Searched defs:SMC_inb (Results 1 – 2 of 2) sorted by relevance
27 #define SMC_inb(a, r) inb((unsigned long) ((a) + (r))) macro
56 #define SMC_inb(a, r) readb((a) + (r)) macro86 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro105 #define SMC_inb(a, r) inb(((u32)a) + (r)) macro132 #define SMC_inb(a, r) readb((a) + (r)) macro187 #define SMC_inb(a, r) ioread8((a) + (r)) macro406 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro