Searched defs:SMC_inw (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 72 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro 81 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+(r)))) macro 161 #define SMC_inw(a,r) (SMC_LEON_SWAP16((*(volatile word *)((a)->iobase+((r)<<0))))) macro 218 #define SMC_inw(a, r) *((volatile word*)((a)->iobase + (r))) macro 254 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro 256 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+((dword)(r))))) macro 258 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+(r)))) macro
|
H A D | lan91c96.h | 65 #define SMC_inw(edev, r) (*((volatile word *)SMCREG(edev, r))) macro 136 #define SMC_inw(edev, r) (*((volatile word *)((edev)->iobase+(r)))) macro
|
H A D | smc91111.c | 169 static inline word SMC_inw(struct eth_device *dev, dword offset) in SMC_inw() function
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 68 #define SMC_inw(a, r) \ macro 124 #define SMC_inw(a, r) inw((a) + (r) - 0xa0000000) macro 144 #define SMC_inw(a, r) readw((a) + (r)) macro 178 #define SMC_inw(a, r) ioread16be((a) + (r)) macro 199 #define SMC_inw(a, r) ioread16((a) + (r)) macro 420 #define SMC_inw(ioaddr, reg) SMC_inw_b(ioaddr, reg) macro
|