Searched defs:SMC_inw (Results 1 – 2 of 2) sorted by relevance
32 #define SMC_inw(a, r) inw((unsigned long) ((a) + (r))) macro
57 #define SMC_inw(a, r) readw((a) + (r)) macro87 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro106 #define SMC_inw(a, r) inw(((u32)a) + (r)) macro133 #define SMC_inw(a, r) readw((a) + (r)) macro167 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro188 #define SMC_inw(a, r) ioread16((a) + (r)) macro387 #define SMC_inw(ioaddr, reg) \ macro