Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc91111.h73 #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
H A Dlan91c96.h66 #define SMC_inb(edev, p) ({ \ macro
137 #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
/openbmc/linux/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
198 #define SMC_inb(a, r) ioread8((a) + (r)) macro
433 #define SMC_inb(ioaddr, reg) ({ BUG(); 0; }) macro