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)) \270 #define SMC_8BIT(p) ((p)->cfg.flags & SMC91X_USE_8BIT) macro861 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \868 else if (SMC_8BIT(lp)) \875 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \879 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \883 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \887 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \892 if (SMC_8BIT(lp)) \[all …]
2268 if (!SMC_8BIT(lp) && !SMC_16BIT(lp)) { in smc_drv_probe()