Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-swap.h24 static inline uint16_t ody_swap16(uint16_t x) in ody_swap16() function
69 #define ody_cpu_to_le16(x) ody_swap16(x)
83 #define ody_cpu_to_be16(x) ody_swap16(x)