Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h35 #define SMC_outsw(a, r, p, l) outsw((unsigned long) ((a) + (r)), (p), (l)) macro
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h62 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
95 #define SMC_outsw(a, r, p, l) outsw((a) + (r) - 0xa0000000, p, l) macro
110 #define SMC_outsw(a, r, p, l) outsw(((u32)a) + (r), p, l) macro
139 #define SMC_outsw(a, r, p, l) writesw((a) + (r), p, l) macro
170 #define SMC_outsw(a, r, p, l) mcf_outsw(a + r, p, l) macro
194 #define SMC_outsw(a, r, p, l) iowrite16_rep((a) + (r), p, l) macro
396 #define SMC_outsw(a, r, p, l) BUG() macro
402 #define SMC_outsw(a, r, p, l) BUG() macro