Home
last modified time | relevance | path

Searched refs:cvmx_swap32 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-swap.h81 static inline uint32_t cvmx_swap32(uint32_t x) in cvmx_swap32() function
112 #define cvmx_cpu_to_le32(x) cvmx_swap32(x)
126 #define cvmx_cpu_to_be32(x) cvmx_swap32(x)