Searched defs:SMC_outsw (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 93 #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
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 113 #define SMC_outsw(a,r,b,l) ({ int __i; \ macro 186 #define SMC_outsw(a,r,b,l) do{ int __i; \ macro 237 #define SMC_outsw(a, r, b, l) \ macro 280 #define SMC_outsw(a,r,b,l) ({ int __i; \ macro
|
H A D | lan91c96.h | 91 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro 147 #define SMC_outsw(edev, r, b, l) ({ int __i; \ macro
|
H A D | smc91111.c | 216 static inline void SMC_outsw(struct eth_device *dev, dword offset, in SMC_outsw() function
|