Searched refs:SMC_outw (Results 1 – 2 of 2) sorted by relevance
/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 213 #define SMC_outw(lp, v, a, r) iowrite16(v, (a) + (r)) macro 430 #define SMC_outw(lp, x, ioaddr, reg) SMC_outw_b(x, ioaddr, reg) macro 882 SMC_outw(lp, x, ioaddr, PN_REG(lp)); \ 910 SMC_outw(lp, __mask | (x), ioaddr, INT_REG(lp)); \ 924 SMC_outw(lp, (x) << 8, ioaddr, INT_REG(lp)); \ 934 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()
|