Searched refs:SMC_outb (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/smsc/ |
D | smc91x.h | 47 SMC_outb(__val16, a, __reg); \ 48 SMC_outb(__val16 >> 8, a, __reg + (1 << SMC_IO_SHIFT)); \ 88 #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 456 #undef SMC_outb 457 #define SMC_outb(x, ioaddr, reg) BUG() macro 891 SMC_outb(x, ioaddr, PN_REG(lp)); \ [all …]
|