Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-swap.h70 #define ody_cpu_to_le32(x) ody_swap32(x) macro
80 #define ody_cpu_to_le32(x) (x) macro
90 #define ody_le32_to_cpu(x) ody_cpu_to_le32(x)
H A Dody-csr.h162 *(volatile uint32_t *)address = ody_cpu_to_le32(value); in ody_csr_write()