Searched refs:cvmx_cpu_to_le32 (Results 1 – 2 of 2) sorted by relevance
112 #define cvmx_cpu_to_le32(x) cvmx_swap32(x) macro122 #define cvmx_cpu_to_le32(x) (x) macro132 #define cvmx_le32_to_cpu(x) cvmx_cpu_to_le32(x)
1403 cvmx_write64_uint32(address, cvmx_cpu_to_le32(val)); in cvmx_pcie_config_write32()