Home
last modified time | relevance | path

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

/Linux-v6.6/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
201 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
434 #undef SMC_outb
435 #define SMC_outb(x, ioaddr, reg) BUG() macro
869 SMC_outb(x, ioaddr, PN_REG(lp)); \
893 SMC_outb(x, ioaddr, INT_REG(lp)); \
[all …]