Searched defs:SMC_inl (Results 1 – 2 of 2) sorted by relevance
72 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) macro81 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro160 #define SMC_inl(a,r) (SMC_LEON_SWAP32((*(volatile dword *)((a)->iobase+((r)<<0))))) macro308 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r<<1)))) macro310 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) macro
64 #define SMC_inl(edev, r) (*((volatile dword *)SMCREG(edev, r))) macro
Completed in 7 milliseconds