Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h42 #define SMC_outsl(a, r, p, l) outsl((unsigned long) ((a) + (r)), (p), (l)) macro
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h64 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
93 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) macro
141 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro
196 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l) macro
367 #define SMC_outsl(a, r, p, l) BUG() macro
372 #define SMC_outsl(a, r, p, l) BUG() macro
Dsmc911x.h173 static inline void SMC_outsl(struct smc911x_local *lp, int reg, in SMC_outsl() function
199 #define SMC_outsl(lp, r, p, l) iowrite16_rep((short*)((lp)->base + (r)), p, l*2) macro
205 #define SMC_outsl(lp, r, p, l) iowrite32_rep((int*)((lp)->base + (r)), p, l) macro
272 #define SMC_outsl(lp, r, p, l) \ macro