Searched defs:SMC_outb (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc91111.h | 99 #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 D | lan91c96.h | 76 #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 D | smc91111.c | 191 static inline void SMC_outb(struct eth_device *dev, byte value, dword offset) in SMC_outb() function
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 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 192 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro 212 #define SMC_outb(v, a, r) iowrite8(v, (a) + (r)) macro 446 #define SMC_outb(x, ioaddr, reg) BUG() macro
|