Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h36 SMC_outb(__val16, a, __reg); \
37 SMC_outb(__val16 >> 8, a, __reg + (1 << SMC_IO_SHIFT)); \
77 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
127 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
182 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
415 #undef SMC_outb
416 #define SMC_outb(x, ioaddr, reg) BUG() macro
850 SMC_outb(x, ioaddr, PN_REG(lp)); \
874 SMC_outb(x, ioaddr, INT_REG(lp)); \
892 SMC_outb(x, ioaddr, IM_REG(lp)); \