Searched refs:SMC_8BIT (Results 1 – 2 of 2) sorted by relevance
72 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) macro842 (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 …]
2265 if (!SMC_8BIT(lp) && !SMC_16BIT(lp)) { in smc_drv_probe()