Searched refs:SMC_8BIT (Results 1 – 2 of 2) sorted by relevance
83 SMC_8BIT(lp) ? SMC_inw_b(a, __smc_r) : \94 else if (SMC_8BIT(lp)) \292 #define SMC_8BIT(p) ((p)->cfg.flags & SMC91X_USE_8BIT) macro883 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \890 else if (SMC_8BIT(lp)) \897 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \901 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \905 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \909 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \914 if (SMC_8BIT(lp)) \[all …]
2272 if (!SMC_8BIT(lp) && !SMC_16BIT(lp)) { in smc_drv_probe()