Searched defs:SMC_inb (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/net/ |
D | smc91111.h | 73 #define SMC_inb(a,p) ({ \ macro 82 #define SMC_inb(a,p) ({ \ macro 163 #define SMC_inb(a,p) ({ \ macro 219 #define SMC_inb(a, r) (*((volatile byte*)((a)->iobase + ((r) ^ 0x01)))) macro 260 #define SMC_inb(a,r) (((r)&1) ? SMC_inw((a),(r)&~1)>>8 : SMC_inw((a),(r)&0xFF)) macro
|
D | lan91c96.h | 66 #define SMC_inb(edev, p) ({ \ macro 137 #define SMC_inb(edev, r) (((r)&1) ? SMC_inw(edev, (r)&~1)>>8 :\ macro
|
D | smc91111.c | 183 static inline byte SMC_inb(struct eth_device *dev, dword offset) in SMC_inb() function
|