Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmc91x.h88 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
137 #define SMC_outb(v, a, r) outb(v, (a) + (r) - 0xa0000000) macro
157 #define SMC_outb(v, a, r) writeb(v, (a) + (r)) macro
203 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
223 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
457 #define SMC_outb(x, ioaddr, reg) BUG() macro