Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h28 #define SMC_outb(v, a, r) outb(v, (unsigned long) ((a) + (r))) macro
/linux-4.4.14/drivers/net/ethernet/smsc/
Dsmc91x.h60 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
90 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro
108 #define SMC_outb(v, a, r) outb(v, ((u32)a) + (r)) macro
136 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
191 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
438 #define SMC_outb(x, ioaddr, reg) BUG() macro