Searched defs:SMC_inb (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A 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
|
H A 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
|
H A D | smc91111.c | 183 static inline byte SMC_inb(struct eth_device *dev, dword offset) in SMC_inb() function
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 67 #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
|