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

/drivers/net/ethernet/smsc/
H A Dsmc91x.h64 #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
181 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro
200 #define SMC_inw(a, r) inw(((u32)a) + (r)) macro
226 #define SMC_inw(a, r) readw((a) + (r)) macro
254 #define SMC_inw(a, r) _swapw(readw((a) + (r))) macro
275 #define SMC_inw(a, r) ioread16((a) + (r)) macro
415 *((u16 *)buf) = SMC_inw(ioadd
474 #define SMC_inw macro
[all...]

Completed in 75 milliseconds