Home
last modified time | relevance | path

Searched refs:Cfg3_LinkUp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c430 Cfg3_LinkUp = (1 << 4), /* 1 = wake up on link up */ enumerator
2320 if (cfg3 & Cfg3_LinkUp) in rtl8139_get_wol()
2355 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic); in rtl8139_set_wol()
2357 cfg3 |= Cfg3_LinkUp; in rtl8139_set_wol()
/openbmc/qemu/hw/net/
H A Drtl8139.c272 Cfg3_LinkUp = (1 << 4), /* 1 = wake up on link up */ enumerator