Searched defs:SMC_inb (Results 1 – 1 of 1) sorted by relevance
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)) macro433 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro