Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsmc91111.h74 #define SMC_inb(a,p) ({ \ macro
83 #define SMC_inb(a,p) ({ \ macro
164 #define SMC_inb(a,p) ({ \ macro
220 #define SMC_inb(a, r) (*((volatile byte*)((a)->iobase + ((r) ^ 0x01)))) macro
261 #define SMC_inb(a,r) (((r)&1) ? SMC_inw((a),(r)&~1)>>8 : SMC_inw((a),(r)&0xFF)) macro
H A Dlan91c96.h67 #define SMC_inb(edev, p) ({ \ macro
138 #define SMC_inb(edev, r) (((r)&1) ? SMC_inw(edev, (r)&~1)>>8 :\ macro
H A Dsmc91111.c183 static inline byte SMC_inb(struct eth_device *dev, dword offset) in SMC_inb() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h67 #define SMC_inb(a, r) readb((a) + (r)) macro
123 #define SMC_inb(a, r) inb((a) + (r) - 0xa0000000) macro
143 #define SMC_inb(a, r) readb((a) + (r)) macro
191 #define SMC_inb(a, r) ioread8((a) + (r)) macro
209 #define SMC_inb(a, r) ioread8((a) + (r)) macro
444 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro