Searched refs:SMC_inw (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | smc91x.h | 64 #define SMC_inw(a, r) readw((a) + (r)) macro 96 #define SMC_inw(a, r) readw((a) + (r)) macro 133 #define SMC_inw(a, r) readw((a) + (r)) macro 151 #define SMC_inw(a, r) readw((a) + (r)) macro 179 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro 198 #define SMC_inw(a, r) inw(((u32)a) + (r)) macro 217 #define SMC_inw(a, r) readw((a) + (r)) macro 241 #define SMC_inw(a, r) readw((a) + (r)) macro 269 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro 290 #define SMC_inw(a, r) readw((a) + (r)) macro [all …]
|
/linux-2.6.39/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 32 #define SMC_inw(a, r) inw((unsigned long) ((a) + (r))) macro
|