Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/smsc/
Dsmc91x.h59 #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
384 SMC_outb( __val16, ioaddr, reg ); \
385 SMC_outb( __val16 >> 8, ioaddr, reg + (1 << SMC_IO_SHIFT));\
407 #define SMC_outb(x, ioaddr, reg) BUG() macro
841 SMC_outb(x, ioaddr, PN_REG(lp)); \
865 SMC_outb(x, ioaddr, INT_REG(lp)); \
[all …]
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
Dsmc91111.h28 #define SMC_outb(v, a, r) outb(v, (unsigned long) ((a) + (r))) macro