Searched refs:SMC_insw (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.h92 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
130 #define SMC_insw(a, r, p, l) readsw((a) + (r), p, l) macro
161 #define SMC_insw(a, r, p, l) mcf_insw(a + r, p, l) macro
185 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l) macro
333 #ifdef SMC_insw
334 #undef SMC_insw macro
335 #define SMC_insw(a, r, p, l) \ macro
402 #define SMC_insw(a, r, p, l) BUG() macro
407 #if !defined(SMC_insw) || !defined(SMC_outsw)
408 #define SMC_insw( macro
[all...]

Completed in 90 milliseconds