Home
last modified time | relevance | path

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

/drivers/net/ethernet/smsc/
Dsmc91x.h77 #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
446 #define SMC_outb(x, ioaddr, reg) BUG() macro