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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.h755 #define PN_REG(lp) SMC_REG(lp, 0x0002, 2) macro
991 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
992 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF))
999 SMC_outb(x, ioaddr, PN_REG(lp)); \
1001 SMC_outw(x, ioaddr, PN_REG(lp)); \
1006 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))

Completed in 41 milliseconds