Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-swap.h69 #define ody_cpu_to_le16(x) ody_swap16(x) macro
79 #define ody_cpu_to_le16(x) (x) macro
89 #define ody_le16_to_cpu(x) ody_cpu_to_le16(x)
H A Dody-csr.h159 *(volatile uint16_t *)address = ody_cpu_to_le16(value); in ody_csr_write()