Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/smsc/
H A Dsmc91x.h72 SMC_8BIT(lp) ? SMC_inw_b(a, __smc_r) : \
83 else if (SMC_8BIT(lp)) \
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))) \
868 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
873 if (SMC_8BIT(lp)) \
886 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, IM_REG(lp))) \
891 if (SMC_8BIT(lp)) \
1049 else if (SMC_8BIT(lp)) \
[all …]
H A Dsmc91x.c2265 if (!SMC_8BIT(lp) && !SMC_16BIT(lp)) { in smc_drv_probe()