Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h258 #define SMC_8BIT(p) ((p)->cfg.flags & SMC91X_USE_8BIT) macro
864 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
871 else if (SMC_8BIT(lp)) \
878 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \
882 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \
886 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \
890 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
895 if (SMC_8BIT(lp)) \
908 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, IM_REG(lp))) \
913 if (SMC_8BIT(lp)) \
[all …]