Searched refs:WOL_REGS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsky2.h1119 #define WOL_REGS(port, x) (x + (port)*0x80) macro
H A Dskge.c208 memcpy_toio(hw->regs + WOL_REGS(port, WOL_MAC_ADDR),
212 skge_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), WOL_CTL_CLEAR_RESULT);
225 skge_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), ctrl);
H A Dsky2.c775 memcpy_toio(hw->regs + WOL_REGS(port, WOL_MAC_ADDR),
779 sky2_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), WOL_CTL_CLEAR_RESULT);
792 sky2_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), ctrl);
H A Dskge.h880 #define WOL_REGS(port, x) (x + (port)*0x80) macro

Completed in 82 milliseconds