Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h69 static inline void SMC_outw(u16 val, void __iomem *ioaddr, int reg) in SMC_outw() function
91 #define SMC_outw(v, a, r) outw(v, (a) + (r) - 0xa0000000) macro
109 #define SMC_outw(v, a, r) outw(v, ((u32)a) + (r)) macro
137 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro
169 #define SMC_outw(v, a, r) writew(_swapw(v), (a) + (r)) macro
192 #define SMC_outw(v, a, r) iowrite16(v, (a) + (r)) macro
412 #define SMC_outw(x, ioaddr, reg) \ macro
874 SMC_outw(x, ioaddr, PN_REG(lp)); \
902 SMC_outw(__mask | (x), ioaddr, INT_REG(lp)); \
916 SMC_outw((x) << 8, ioaddr, INT_REG(lp)); \
[all …]
Dsmc91x.c605 SMC_outw(((len & 1) ? (0x2000 | buf[len-1]) : 0), ioaddr, DATA_REG(lp)); in smc_hardware_send_pkt()
/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h33 #define SMC_outw(v, a, r) outw(v, (unsigned long) ((a) + (r))) macro