Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
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
126 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro
146 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
192 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
212 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
445 #undef SMC_outb
446 #define SMC_outb(x, ioaddr, reg) BUG() macro
880 SMC_outb(x, ioaddr, PN_REG(lp)); \
[all …]