Searched refs:Config5 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/realtek/ |
| H A 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()
|
| H A D | 8139too.c | 331 Config5 = 0xD8, /* absent on RTL-8139A */ enumerator 2316 u8 cfg5 = RTL_R8 (Config5); in rtl8139_get_wol() 2366 cfg5 = RTL_R8 (Config5) & ~(Cfg5_UWF | Cfg5_MWF | Cfg5_BWF); in rtl8139_set_wol() 2376 RTL_W8 (Config5, cfg5); /* need not unlock via Cfg9346 */ in rtl8139_set_wol()
|
| H A D | r8169_main.c | 220 Config5 = 0x56, enumerator 753 val = RTL_R8(tp, Config5); in rtl_mod_config5() 754 RTL_W8(tp, Config5, (val & ~clear) | set); in rtl_mod_config5() 1595 r8169_mod_reg8_cond(tp, Config5, UWF, wolopts & WAKE_UCAST); in __rtl8169_set_wol() 1596 r8169_mod_reg8_cond(tp, Config5, BWF, wolopts & WAKE_BCAST); in __rtl8169_set_wol() 1597 r8169_mod_reg8_cond(tp, Config5, MWF, wolopts & WAKE_MCAST); in __rtl8169_set_wol() 1598 r8169_mod_reg8_cond(tp, Config5, LanWake, wolopts); in __rtl8169_set_wol()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 2731 Config5.FRE), i.e. as the guest would see them, and they become unpredictable 7378 Config5.FRE bits are accessible via the KVM API and also from the guest, 7391 registers can be accessed, and the Config5.MSAEn bit is accessible via the
|