Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/drivers/nxp/csu/
Dcsu.c24 val = be32toh(mmio_read_32((uintptr_t)reg)); in enable_layerscape_ns_access()
/trusted-firmware-a-3.7.0/include/lib/libc/
Dendian.h62 #define be32toh(x) bswap32((x)) macro
76 #define be32toh(x) ((uint32_t)(x)) macro
/trusted-firmware-a-3.7.0/plat/nxp/soc-ls1043a/
Dsoc.c360 val = be32toh(mmio_read_32((uintptr_t)ccsr_svr)); in get_gic_offset()
363 val = be32toh(mmio_read_32((uintptr_t)gic_align)); in get_gic_offset()
/trusted-firmware-a-3.7.0/drivers/ufs/
Dufs.c854 *num = be32toh(*(unsigned int *)buf); in ufs_read_capacity()
858 *size = be32toh(*(unsigned int *)(buf + 4)); in ufs_read_capacity()