Searched refs:cvmx_cpu_to_le16 (Results 1 – 2 of 2) sorted by relevance
111 #define cvmx_cpu_to_le16(x) cvmx_swap16(x) macro121 #define cvmx_cpu_to_le16(x) (x) macro131 #define cvmx_le16_to_cpu(x) cvmx_cpu_to_le16(x)
1385 cvmx_write64_uint16(address, cvmx_cpu_to_le16(val)); in cvmx_pcie_config_write16()