Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/dlink/
Dsundance.c1751 u8 wol_bits; in sundance_get_wol() local
1759 wol_bits = ioread8(ioaddr + WakeEvent); in sundance_get_wol()
1760 if (wol_bits & MagicPktEnable) in sundance_get_wol()
1762 if (wol_bits & LinkEventEnable) in sundance_get_wol()
1771 u8 wol_bits; in sundance_set_wol() local
1777 wol_bits = ioread8(ioaddr + WakeEvent); in sundance_set_wol()
1778 wol_bits &= ~(WakePktEnable | MagicPktEnable | in sundance_set_wol()
1783 wol_bits |= (MagicPktEnable | WolEnable); in sundance_set_wol()
1785 wol_bits |= (LinkEventEnable | WolEnable); in sundance_set_wol()
1787 iowrite8(wol_bits, ioaddr + WakeEvent); in sundance_set_wol()
/linux-4.4.14/drivers/net/ethernet/via/
Dvia-rhine.c384 enum wol_bits { enum