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))))) macro304 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r<<1)))) macro306 #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 10 milliseconds