Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc91111.h72 #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 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
H A Dsmc91111.c169 static inline word SMC_inw(struct eth_device *dev, dword offset) in SMC_inw() function
/openbmc/linux/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) 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