Searched defs:SMC_inw (Results 1 – 2 of 2) sorted by relevance
32 #define SMC_inw(a, r) inw((unsigned long) ((a) + (r))) macro
58 #define SMC_inw(a, r) readw((a) + (r)) macro88 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro107 #define SMC_inw(a, r) inw(((u32)a) + (r)) macro134 #define SMC_inw(a, r) readw((a) + (r)) macro168 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro189 #define SMC_inw(a, r) ioread16((a) + (r)) macro418 #define SMC_inw(ioaddr, reg) \ macro