Searched refs:Config5 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/realtek/ |
| D | r8169_main.c | 219 Config5 = 0x56, enumerator 1374 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol() 1375 { WAKE_BCAST, Config5, BWF }, in __rtl8169_set_wol() 1376 { WAKE_MCAST, Config5, MWF }, in __rtl8169_set_wol() 1377 { WAKE_ANY, Config5, LanWake }, in __rtl8169_set_wol() 2689 RTL_W8(tp, Config5, RTL_R8(tp, Config5) | ASPM_en); in rtl_hw_aspm_clkreq_enable() 2693 RTL_W8(tp, Config5, RTL_R8(tp, Config5) & ~ASPM_en); in rtl_hw_aspm_clkreq_enable() 2859 RTL_W8(tp, Config5, RTL_R8(tp, Config5) & ~Spi_en); in rtl_hw_start_8168e_1() 2893 RTL_W8(tp, Config5, RTL_R8(tp, Config5) & ~Spi_en); in rtl_hw_start_8168e_2() 2916 RTL_W8(tp, Config5, RTL_R8(tp, Config5) & ~Spi_en); in rtl_hw_start_8168f()
|
| D | 8139cp.c | 161 Config5 = 0xD8, /* Config5 */ enumerator 1051 cpw8(Config5, cpr8(Config5) & PMEStatus); in cp_init_hw() 1343 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol() 1351 cpw8 (Config5, options); in netdev_set_wol() 1375 options = cpr8 (Config5); in netdev_get_wol()
|
| D | 8139too.c | 331 Config5 = 0xD8, /* absent on RTL-8139A */ enumerator 2313 u8 cfg5 = RTL_R8 (Config5); in rtl8139_get_wol() 2363 cfg5 = RTL_R8 (Config5) & ~(Cfg5_UWF | Cfg5_MWF | Cfg5_BWF); in rtl8139_set_wol() 2373 RTL_W8 (Config5, cfg5); /* need not unlock via Cfg9346 */ in rtl8139_set_wol()
|
| /Linux-v5.10/Documentation/virt/kvm/ |
| D | api.rst | 2523 Config5.FRE), i.e. as the guest would see them, and they become unpredictable 5531 Config5.FRE bits are accessible via the KVM API and also from the guest, 5544 registers can be accessed, and the Config5.MSAEn bit is accessible via the
|