Searched refs:SMC_inb (Results 1 – 1 of 1) sorted by relevance
55 __val16 = SMC_inb(a, __reg); \56 __val16 |= SMC_inb(a, __reg + (1 << SMC_IO_SHIFT)) << 8; \78 #define SMC_inb(a, r) readb((a) + (r)) macro134 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro154 #define SMC_inb(a, r) readb((a) + (r)) macro202 #define SMC_inb(a, r) ioread8((a) + (r)) macro220 #define SMC_inb(a, r) ioread8((a) + (r)) macro454 #undef SMC_inb455 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro883 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \[all …]