Searched defs:SMC_outb (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/ |
D | smc91111.h | 28 #define SMC_outb(v, a, r) outb(v, (unsigned long) ((a) + (r))) macro
|
/linux-4.1.27/drivers/net/ethernet/smsc/ |
D | smc91x.h | 59 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 89 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro 107 #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) macro 135 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro 190 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro 407 #define SMC_outb(x, ioaddr, reg) BUG() macro
|