Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/plat/marvell/odyssey/csr/
H A Dody-swap.h71 #define ody_cpu_to_le64(x) ody_swap64(x) macro
81 #define ody_cpu_to_le64(x) (x) macro
91 #define ody_le64_to_cpu(x) ody_cpu_to_le64(x)
H A Dody-csr.h165 *(volatile uint64_t *)address = ody_cpu_to_le64(value); in ody_csr_write()