Lines Matching refs:SMC_inb
57 #define SMC_inb(a, r) readb((a) + (r)) macro
87 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
106 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro
133 #define SMC_inb(a, r) readb((a) + (r)) macro
188 #define SMC_inb(a, r) ioread8((a) + (r)) macro
421 __val16 = SMC_inb( ioaddr, reg ); \
422 __val16 |= SMC_inb( ioaddr, reg + (1 << SMC_IO_SHIFT)) << 8; \
437 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro
864 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \
878 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \
882 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, TXFIFO_REG(lp))) \
886 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, RXFIFO_REG(lp))) \
890 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, INT_REG(lp))) \
908 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, IM_REG(lp))) \