Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h104 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
143 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro
161 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
192 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro
227 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
444 #define SMC_outsw(a, r, p, l) BUG() macro
450 #define SMC_outsw(a, r, p, l) BUG() macro