Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Dsmc91111.h99 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \ macro
174 #define SMC_outb(a,d,r) do{ word __d = (byte)(d); \ macro
230 #define SMC_outb(a, d, r) ({ word __d = (byte)(d); \ macro
272 #define SMC_outb(a,d,r) ({ word __d = (byte)(d); \ macro
H A Dlan91c96.h76 #define SMC_outb(edev, d, r) ({ word __d = (byte)(d); \ macro
142 #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