Searched defs:SMC_outw (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/net/ethernet/smsc/ |
D | smc91x.h | 75 static inline void SMC_outw(u16 val, void __iomem *ioaddr, int reg) in SMC_outw() function 100 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 134 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 161 SMC_outw(u16 val, void __iomem *ioaddr, int reg) in SMC_outw() function 182 #define SMC_outw(v, a, r) outw(v, (a) + (r) - 0xa0000000) macro 200 #define SMC_outw(v, a, r) outw(v, ((u32)a) + (r)) macro 220 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 242 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 270 #define SMC_outw(v, a, r) writew(_swapw(v), (a) + (r)) macro 293 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro [all …]
|
/linux-3.3/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 33 #define SMC_outw(v, a, r) outw(v, (unsigned long) ((a) + (r))) macro
|