Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H 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
H A Dlan91c96.h66 #define SMC_inw(edev, r) (*((volatile word *)SMCREG(edev, r))) macro
137 #define SMC_inw(edev, r) (*((volatile word *)((edev)->iobase+(r)))) macro
H A Dsmc91111.c169 static inline word SMC_inw(struct eth_device *dev, dword offset) in SMC_inw() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91x.h68 #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) _swapw(readw((a) + (r))) macro
210 #define SMC_inw(a, r) ioread16((a) + (r)) macro
431 #define SMC_inw(ioaddr, reg) SMC_inw_b(ioaddr, reg) macro