Searched defs:SMC_inl (Results 1 – 2 of 2) sorted by relevance
71 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) macro80 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro159 #define SMC_inl(a,r) (SMC_LEON_SWAP32((*(volatile dword *)((a)->iobase+((r)<<0))))) macro307 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r<<1)))) macro309 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro
64 #define SMC_inl(edev, r) (*((volatile dword *)SMCREG(edev, r))) macro