wol_bits         1752 drivers/net/ethernet/dlink/sundance.c 	u8 wol_bits;
wol_bits         1760 drivers/net/ethernet/dlink/sundance.c 	wol_bits = ioread8(ioaddr + WakeEvent);
wol_bits         1761 drivers/net/ethernet/dlink/sundance.c 	if (wol_bits & MagicPktEnable)
wol_bits         1763 drivers/net/ethernet/dlink/sundance.c 	if (wol_bits & LinkEventEnable)
wol_bits         1772 drivers/net/ethernet/dlink/sundance.c 	u8 wol_bits;
wol_bits         1778 drivers/net/ethernet/dlink/sundance.c 	wol_bits = ioread8(ioaddr + WakeEvent);
wol_bits         1779 drivers/net/ethernet/dlink/sundance.c 	wol_bits &= ~(WakePktEnable | MagicPktEnable |
wol_bits         1784 drivers/net/ethernet/dlink/sundance.c 			wol_bits |= (MagicPktEnable | WolEnable);
wol_bits         1786 drivers/net/ethernet/dlink/sundance.c 			wol_bits |= (LinkEventEnable | WolEnable);
wol_bits         1788 drivers/net/ethernet/dlink/sundance.c 	iowrite8(wol_bits, ioaddr + WakeEvent);