Searched refs:SMC_outw (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smc91x.h | 89 #define SMC_outw(lp, v, a, r) \ macro 138 #define SMC_outw(lp, v, a, r) outw(v, (a) + (r) - 0xa0000000) macro 158 #define SMC_outw(lp, v, a, r) writew(v, (a) + (r)) macro 190 #define SMC_outw(lp, v, a, r) writew(_swapw(v), (a) + (r)) macro 224 #define SMC_outw(lp, v, a, r) iowrite16(v, (a) + (r)) macro 441 #define SMC_outw(lp, x, ioaddr, reg) SMC_outw_b(x, ioaddr, reg) macro 893 SMC_outw(lp, x, ioaddr, PN_REG(lp)); \ 921 SMC_outw(lp, __mask | (x), ioaddr, INT_REG(lp)); \ 935 SMC_outw(lp, (x) << 8, ioaddr, INT_REG(lp)); \ 945 SMC_outw(lp, x, ioaddr, BANK_SELECT); \ [all …]
|
D | smc91x.c | 605 SMC_outw(lp, ((len & 1) ? (0x2000 | buf[len - 1]) : 0), ioaddr, in smc_hardware_send_pkt()
|