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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc91x.h414 #define SMC_8BIT(p) ((p)->cfg.flags & SMC91X_USE_8BIT) macro
991 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
998 else if (SMC_8BIT(lp)) \
1005 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \
1009 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \
1013 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \
1017 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
1022 if (SMC_8BIT(lp)) \
1035 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, IM_REG(lp))) \
1040 if (SMC_8BIT(l
[all...]

Completed in 23 milliseconds