Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/smsc/
Dsmc91x.h93 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
132 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro
150 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
181 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro
205 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
422 #define SMC_outsw(a, r, p, l) BUG() macro
426 #if !defined(SMC_insw) || !defined(SMC_outsw)
428 #define SMC_outsw(a, r, p, l) BUG() macro
1056 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
1064 SMC_outsw(ioaddr, DATA_REG(lp), __ptr, 1); \
[all …]