Home
last modified time | relevance | path

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

/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
415 SMC_outb( __val16, ioaddr, reg ); \
416 SMC_outb( __val16 >> 8, ioaddr, reg + (1 << SMC_IO_SHIFT));\
438 #define SMC_outb(x, ioaddr, reg) BUG() macro
872 SMC_outb(x, ioaddr, PN_REG(lp)); \
896 SMC_outb(x, ioaddr, INT_REG(lp)); \
[all …]
/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