Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c448 Cfg5_MWF = (1 << 5), /* 1 = accept multicast wakeup frame */ enumerator
2328 if (cfg5 & Cfg5_MWF) in rtl8139_get_wol()
2364 cfg5 = RTL_R8 (Config5) & ~(Cfg5_UWF | Cfg5_MWF | Cfg5_BWF); in rtl8139_set_wol()
2371 cfg5 |= Cfg5_MWF; in rtl8139_set_wol()
/openbmc/qemu/hw/net/
H A Drtl8139.c290 Cfg5_MWF = (1 << 5), /* 1 = accept multicast wakeup frame */ enumerator