Searched refs: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 867 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 0, 2)); \ 921 SMC_outl((x)<<16, ioaddr, 12<<SMC_IO_SHIFT); \ 947 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 1)); \ 969 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 4, 2)); \ 987 SMC_outl((x)<<16, ioaddr, SMC_REG(lp, 8, 0)); \ [all …]
|