Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h628 #define PN_REG(lp) SMC_REG(lp, 0x0002, 2) macro
864 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
865 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF))
872 SMC_outb(x, ioaddr, PN_REG(lp)); \
874 SMC_outw(x, ioaddr, PN_REG(lp)); \
879 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))