Searched refs:PN_REG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 636 #define PN_REG(lp) SMC_REG(lp, 0x0002, 2) macro 872 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \ 873 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF)) 880 SMC_outb(x, ioaddr, PN_REG(lp)); \ 882 SMC_outw(lp, x, ioaddr, PN_REG(lp)); \ 887 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))
|
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 625 #define PN_REG(lp) SMC_REG(lp, 0x0002, 2) macro 861 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \ 862 : (SMC_inw(ioaddr, PN_REG(lp)) & 0xFF)) 869 SMC_outb(x, ioaddr, PN_REG(lp)); \ 871 SMC_outw(lp, x, ioaddr, PN_REG(lp)); \ 876 : (SMC_inw(ioaddr, PN_REG(lp)) >> 8))
|
Completed in 5 milliseconds