Home
last modified time | relevance | path

Searched defs:SMC_inw (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/net/
A Dsmc91111.h73 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro
82 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+(r)))) macro
162 #define SMC_inw(a,r) (SMC_LEON_SWAP16((*(volatile word *)((a)->iobase+((r)<<0))))) macro
219 #define SMC_inw(a, r) *((volatile word*)((a)->iobase + (r))) macro
255 #define SMC_inw(a,r) (*((volatile word *)((a)->iobase+((r)<<1)))) macro
257 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+((dword)(r))))) macro
259 #define SMC_inw(a, r) (*((volatile word*)((a)->iobase+(r)))) macro
A Dlan91c96.h65 #define SMC_inw(edev, r) (*((volatile word *)SMCREG(edev, r))) macro
136 #define SMC_inw(edev, r) (*((volatile word *)((edev)->iobase+(r)))) macro
A Dsmc91111.c170 static inline word SMC_inw(struct eth_device *dev, dword offset) in SMC_inw() function

Completed in 12 milliseconds