Searched refs:PN_REG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smc91x.h | 647 #define PN_REG(lp) SMC_REG(lp, 0x0002, 2) macro 883 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \ 884 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF)) 891 SMC_outb(x, ioaddr, PN_REG(lp)); \ 893 SMC_outw(lp, x, ioaddr, PN_REG(lp)); \ 898 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))
|