Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc91111.h98 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \ macro
173 #define SMC_outb(a,d,r) do{ word __d = (byte)(d); \ macro
229 #define SMC_outb(a, d, r) ({ word __d = (byte)(d); \ macro
271 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \ macro
H A Dlan91c96.h75 #define SMC_outb(edev, d, r) ({ word __d = (byte)(d); \ macro
141 #define SMC_outb(edev, d, r) ({ word __d = (byte)(d); \ macro
H A Dsmc91111.c191 static inline void SMC_outb(struct eth_device *dev, byte value, dword offset) in SMC_outb() function
/openbmc/linux/drivers/net/ethernet/smsc/
H A 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
201 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro
435 #define SMC_outb(x, ioaddr, reg) BUG() macro