Lines Matching refs:SMC_inb
56 #define SMC_inb(a, r) readb((a) + (r)) macro
86 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
105 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
132 #define SMC_inb(a, r) readb((a) + (r)) macro
187 #define SMC_inb(a, r) ioread8((a) + (r)) macro
390 __val16 = SMC_inb( ioaddr, reg ); \
391 __val16 |= SMC_inb( ioaddr, reg + (1 << SMC_IO_SHIFT)) << 8; \
406 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro
833 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
847 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \
851 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \
855 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \
859 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
877 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, IM_REG(lp))) \