Searched defs:SMC_outb (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 28 #define SMC_outb(v, a, r) outb(v, (unsigned long) ((a) + (r))) macro
|
/linux-3.3/drivers/net/ethernet/smsc/ |
D | smc91x.h | 66 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 98 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 119 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 153 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 181 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro 199 #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) macro 219 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 292 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 506 #define SMC_outb(x, ioaddr, reg) BUG() macro
|