Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/smsc/
H A 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
216 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
433 #define SMC_outsw(a, r, p, l) BUG() macro
439 #define SMC_outsw(a, r, p, l) BUG() macro
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/smsc/
H A 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
428 #define SMC_outsw(a, r, p, l) BUG() macro
[all...]

Completed in 5 milliseconds