Searched defs:SMC_outsl (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/smsc/ |
| D | smc91x.h | 95 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro 130 #define SMC_outsl(a, r, p, l) outsl((a) + (r) - 0xa0000000, p, l) macro 152 #define SMC_outsl(a, r, p, l) writesl((a) + (r), p, l) macro 218 #define SMC_outsl(a, r, p, l) iowrite32_rep((a) + (r), p, l) macro 420 #define SMC_outsl(a, r, p, l) BUG() macro 425 #define SMC_outsl(a, r, p, l) BUG() macro
|
| D | smc911x.h | 162 static inline void SMC_outsl(struct smc911x_local *lp, int reg, in SMC_outsl() function 188 #define SMC_outsl(lp, r, p, l) iowrite16_rep((short*)((lp)->base + (r)), p, l*2) macro 194 #define SMC_outsl(lp, r, p, l) iowrite32_rep((int*)((lp)->base + (r)), p, l) macro 246 #define SMC_outsl(lp, r, p, l) \ macro
|