Home
last modified time | relevance | path

Searched refs:Config3 (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/realtek/
H A D8139too.c315 Config3 = 0x59, enumerator
1418 RTL_W8 (Config3, RTL_R8 (Config3) & ~Cfg3_Magic); in rtl8139_hw_start()
2315 u8 cfg3 = RTL_R8 (Config3); in rtl8139_get_wol()
2357 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()
2363 RTL_W8 (Config3, cfg3); in rtl8139_set_wol()
H A D8139cp.c152 Config3 = 0x59, /* Config3 */ enumerator
1048 cpw8(Config3, PARMEnable); in cp_init_hw()
1331 options = cpr8 (Config3) & ~(LinkUp | MagicPacket); in netdev_set_wol()
1339 cpw8 (Config3, options); in netdev_set_wol()
1370 options = cpr8 (Config3); in netdev_get_wol()
/linux/Documentation/virt/kvm/
H A Dapi.rst7559 It allows the Config3.MSAP bit to be set to enable the use of MSA by the guest.