Searched defs:SMC_outb (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/net/ |
D | smc91111.h | 98 #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
|
D | lan91c96.h | 75 #define SMC_outb(edev, d, r) ({ word __d = (byte)(d); \ macro 141 #define SMC_outb(edev, d, r) ({ word __d = (byte)(d); \ macro
|
D | smc91111.c | 191 static inline void SMC_outb(struct eth_device *dev, byte value, dword offset) in SMC_outb() function
|