Searched refs:Config5 (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | r8169.c | 394 Config5 = 0x56, enumerator 1738 options = RTL_R8(Config5); in __rtl8169_get_wol() 1771 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol() 1772 { WAKE_BCAST, Config5, BWF }, in __rtl8169_set_wol() 1773 { WAKE_MCAST, Config5, MWF }, in __rtl8169_set_wol() 1774 { WAKE_ANY, Config5, LanWake }, in __rtl8169_set_wol() 5879 RTL_W8(Config5, RTL_R8(Config5) & ~Spi_en); in rtl_hw_start_8168e_1() 5919 RTL_W8(Config5, RTL_R8(Config5) & ~Spi_en); in rtl_hw_start_8168e_2() 5950 RTL_W8(Config5, RTL_R8(Config5) & ~Spi_en); in rtl_hw_start_8168f() 6039 RTL_W8(Config5, RTL_R8(Config5) & ~ASPM_en); in rtl_hw_start_8168g_1() [all …]
|
D | 8139cp.c | 161 Config5 = 0xD8, /* Config5 */ enumerator 1053 cpw8(Config5, cpr8(Config5) & PMEStatus); in cp_init_hw() 1349 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol() 1357 cpw8 (Config5, options); in netdev_set_wol() 1381 options = cpr8 (Config5); in netdev_get_wol()
|
D | 8139too.c | 330 Config5 = 0xD8, /* absent on RTL-8139A */ enumerator 2319 u8 cfg5 = RTL_R8 (Config5); in rtl8139_get_wol() 2369 cfg5 = RTL_R8 (Config5) & ~(Cfg5_UWF | Cfg5_MWF | Cfg5_BWF); in rtl8139_set_wol() 2379 RTL_W8 (Config5, cfg5); /* need not unlock via Cfg9346 */ in rtl8139_set_wol()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 2089 Config5.FRE), i.e. as the guest would see them, and they become unpredictable 3539 Config5.FRE bits are accessible via the KVM API and also from the guest, 3551 accessed, and the Config5.MSAEn bit is accessible via the KVM API and also from
|