Home
last modified time | relevance | path

Searched defs:SMC_inw (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h32 #define SMC_inw(a, r) inw((unsigned long) ((a) + (r))) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h58 #define SMC_inw(a, r) readw((a) + (r)) macro
88 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro
107 #define SMC_inw(a, r) inw(((u32)a) + (r)) macro
134 #define SMC_inw(a, r) readw((a) + (r)) macro
168 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro
189 #define SMC_inw(a, r) ioread16((a) + (r)) macro
418 #define SMC_inw(ioaddr, reg) \ macro