Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_io.h32 #define caam_read_val64(a) get_le64(a)
/optee_os/core/drivers/
H A Dcbmem_console.c131 cbmem_console_base = get_le64(&entry->value); in get_cbmem_console_from_coreboot_table()
/optee_os/core/include/
H A Dio.h125 static inline uint64_t get_le64(const void *p) in get_le64() function
/optee_os/core/arch/arm/kernel/
H A Dboot.c1150 get_le64(transfer_list_entry_data(tl_e)); in boot_init_primary_early()