Lines Matching refs:SMC_inb
63 #define SMC_inb(a, r) readb((a) + (r)) macro
94 #define SMC_inb(a, r) readb((a) + (r)) macro
118 #define SMC_inb(a, r) readb((a) + (r)) macro
150 #define SMC_inb(a, r) readb((a) + (r)) macro
178 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
197 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
216 #define SMC_inb(a, r) readb((a) + (r)) macro
289 #define SMC_inb(a, r) readb((a) + (r)) macro
489 __val16 = SMC_inb( ioaddr, reg ); \
490 __val16 |= SMC_inb( ioaddr, reg + (1 << SMC_IO_SHIFT)) << 8; \
505 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro
932 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
946 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \
950 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \
954 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \
958 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
976 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, IM_REG(lp))) \