Searched refs:SMC_LEON_SWAP32 (Results 1 – 1 of 1) sorted by relevance
153 #define SMC_LEON_SWAP32(_x_) \ macro160 #define SMC_inl(a,r) (SMC_LEON_SWAP32((*(volatile dword *)((a)->iobase+((r)<<0)))))170 #define SMC_outl(a,d,r) (*(volatile dword *)((a)->iobase+((r)<<0))=SMC_LEON_SWAP32(d))
Completed in 5 milliseconds