Home
last modified time | relevance | path

Searched refs:SMC_outw (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/smsc/
H A Dsmc91x.h78 #define SMC_outw(lp, v, a, r) \ macro
128 #define SMC_outw(lp, v, a, r) writew(v, (a) + (r)) macro
183 #define SMC_outw(lp, v, a, r) iowrite16(v, (a) + (r)) macro
852 SMC_outw(lp, x, ioaddr, PN_REG(lp)); \
894 SMC_outw(lp, (x) << 8, ioaddr, INT_REG(lp)); \
904 SMC_outw(lp, x, ioaddr, BANK_SELECT); \
930 SMC_outw(lp, x, ioaddr, GP_REG(lp)); \
952 SMC_outw(lp, x, ioaddr, PTR_REG(lp)); \
970 SMC_outw(lp, x, ioaddr, RPC_REG(lp)); \
1012 SMC_outw(lp, status, ioaddr, DATA_REG(lp)); \
[all …]
H A Dsmc91x.c593 SMC_outw(lp, ((len & 1) ? (0x2000 | buf[len - 1]) : 0), ioaddr, in smc_hardware_send_pkt()