Searched refs:SMC_outw (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/smsc/ |
D | smc91x.h | 78 #define SMC_outw(lp, v, a, r) \ macro 127 #define SMC_outw(lp, v, a, r) outw(v, (a) + (r) - 0xa0000000) macro 147 #define SMC_outw(lp, v, a, r) writew(v, (a) + (r)) macro 179 #define SMC_outw(lp, v, a, r) writew(_swapw(v), (a) + (r)) macro 202 #define SMC_outw(lp, v, a, r) iowrite16(v, (a) + (r)) macro 419 #define SMC_outw(lp, x, ioaddr, reg) SMC_outw_b(x, ioaddr, reg) macro 871 SMC_outw(lp, x, ioaddr, PN_REG(lp)); \ 899 SMC_outw(lp, __mask | (x), ioaddr, INT_REG(lp)); \ 913 SMC_outw(lp, (x) << 8, ioaddr, INT_REG(lp)); \ 923 SMC_outw(lp, x, ioaddr, BANK_SELECT); \ [all …]
|
D | smc91x.c | 592 SMC_outw(lp, ((len & 1) ? (0x2000 | buf[len - 1]) : 0), ioaddr, in smc_hardware_send_pkt()
|