Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h33 #define SMC_outw(v, a, r) outw(v, (unsigned long) ((a) + (r))) macro
/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h68 static inline void SMC_outw(u16 val, void __iomem *ioaddr, int reg) in SMC_outw() function
90 #define SMC_outw(v, a, r) outw(v, (a) + (r) - 0xa0000000) macro
108 #define SMC_outw(v, a, r) outw(v, ((u32)a) + (r)) macro
136 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro
168 #define SMC_outw(v, a, r) writew(_swapw(v), (a) + (r)) macro
191 #define SMC_outw(v, a, r) iowrite16(v, (a) + (r)) macro
381 #define SMC_outw(x, ioaddr, reg) \ macro