Searched defs:SMC_outl (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/smsc/ |
D | smc91x.h | 89 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro 128 #define SMC_outl(v, a, r) outl(v, (a) + (r) - 0xa0000000) macro 148 #define SMC_outl(v, a, r) writel(v, (a) + (r)) macro 203 #define SMC_outl(v, a, r) iowrite32(v, (a) + (r)) macro 407 #define SMC_outl(x, ioaddr, reg) BUG() macro
|