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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dsky2.h878 #define WOL_REGS(port, x) (x + (port)*0x80) macro
H A Dskge.c216 memcpy_toio(hw->regs + WOL_REGS(port, WOL_MAC_ADDR),
220 skge_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), WOL_CTL_CLEAR_RESULT);
233 skge_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), ctrl);
H A Dsky2.c621 memcpy_toio(hw->regs + WOL_REGS(port, WOL_MAC_ADDR),
625 sky2_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), WOL_CTL_CLEAR_RESULT);
638 sky2_write16(hw, WOL_REGS(port, WOL_CTRL_STAT), ctrl);
H A Dskge.h878 #define WOL_REGS(port, x) (x + (port)*0x80) macro

Completed in 125 milliseconds