Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-swap.h37 static inline uint32_t ody_swap32(uint32_t x) in ody_swap32() function
70 #define ody_cpu_to_le32(x) ody_swap32(x)
84 #define ody_cpu_to_be32(x) ody_swap32(x)