Searched defs:SMC_inb (Results 1 – 2 of 2) sorted by relevance
27 #define SMC_inb(a, r) inb((unsigned long) ((a) + (r))) macro
57 #define SMC_inb(a, r) readb((a) + (r)) macro87 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro106 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro133 #define SMC_inb(a, r) readb((a) + (r)) macro188 #define SMC_inb(a, r) ioread8((a) + (r)) macro437 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro