Searched refs:SMC_inb (Results 1 – 1 of 1) sorted by relevance
44 __val16 = SMC_inb(a, __reg); \45 __val16 |= SMC_inb(a, __reg + (1 << SMC_IO_SHIFT)) << 8; \67 #define SMC_inb(a, r) readb((a) + (r)) macro123 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro143 #define SMC_inb(a, r) readb((a) + (r)) macro198 #define SMC_inb(a, r) ioread8((a) + (r)) macro432 #undef SMC_inb433 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro861 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, PN_REG(lp))) \875 (SMC_8BIT(lp) ? (SMC_inb(ioaddr, AR_REG(lp))) \[all …]