Searched refs:SMC_outw (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/smsc/ |
D | smc91x.h | 76 static inline void SMC_outw(u16 val, void __iomem *ioaddr, int reg) in SMC_outw() function 101 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 135 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 164 SMC_outw(u16 val, void __iomem *ioaddr, int reg) in SMC_outw() function 185 #define SMC_outw(v, a, r) outw(v, (a) + (r) - 0xa0000000) macro 203 #define SMC_outw(v, a, r) outw(v, ((u32)a) + (r)) macro 228 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 256 #define SMC_outw(v, a, r) writew(_swapw(v), (a) + (r)) macro 279 #define SMC_outw(v, a, r) writew(v, (a) + (r)) macro 466 #define SMC_outw(x, ioaddr, reg) \ macro [all …]
|
D | smc91x.c | 600 SMC_outw(((len & 1) ? (0x2000 | buf[len-1]) : 0), ioaddr, DATA_REG(lp)); in smc_hardware_send_pkt()
|
/linux-3.4.99/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 33 #define SMC_outw(v, a, r) outw(v, (unsigned long) ((a) + (r))) macro
|