Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dsmc91111.h71 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) macro
80 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro
159 #define SMC_inl(a,r) (SMC_LEON_SWAP32((*(volatile dword *)((a)->iobase+((r)<<0))))) macro
307 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r<<1)))) macro
309 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro
H A Dlan91c96.h64 #define SMC_inl(edev, r) (*((volatile dword *)SMCREG(edev, r))) macro
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h76 #define SMC_inl(a, r) readl((a) + (r)) macro
125 #define SMC_inl(a, r) inl((a) + (r) - 0xa0000000) macro
145 #define SMC_inl(a, r) readl((a) + (r)) macro
200 #define SMC_inl(a, r) ioread32((a) + (r)) macro
406 #define SMC_inl(ioaddr, reg) ({ BUG(); 0; }) macro