Searched refs:get_le32 (Results 1 – 3 of 3) sorted by relevance
129 switch (get_le32(&entry->tag)) { in get_cbmem_console_from_coreboot_table()138 ptr = (uint8_t *)ptr + get_le32(&entry->size); in get_cbmem_console_from_coreboot_table()
29 #define caam_read_val32(a) get_le32(a)
115 static inline uint32_t get_le32(const void *p) in get_le32() function