Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h72 SMC_8BIT(lp) ? SMC_inw_b(a, __smc_r) : \
83 else if (SMC_8BIT(lp)) \
251 #define SMC_8BIT(p) ((p)->cfg.flags & SMC91X_USE_8BIT) macro
842 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
849 else if (SMC_8BIT(lp)) \
856 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \
860 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \
864 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \
868 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
873 if (SMC_8BIT(lp)) \
[all …]
H A Dsmc91x.c2265 if (!SMC_8BIT(lp) && !SMC_16BIT(lp)) { in smc_drv_probe()