Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c447 Cfg5_UWF = (1 << 4), /* 1 = accept unicast wakeup frame */ enumerator
2326 if (cfg5 & Cfg5_UWF) in rtl8139_get_wol()
2364 cfg5 = RTL_R8 (Config5) & ~(Cfg5_UWF | Cfg5_MWF | Cfg5_BWF); in rtl8139_set_wol()
2369 cfg5 |= Cfg5_UWF; in rtl8139_set_wol()
/openbmc/qemu/hw/net/
H A Drtl8139.c289 Cfg5_UWF = (1 << 4), /* 1 = accept unicast wakeup frame */ enumerator