Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_ab.c32 static uint32_t htobe32(uint32_t in) in htobe32() function
95 dest->crc32 = htobe32(crc32(0, (const uint8_t *)dest, in spl_ab_data_update_crc_and_byteswap()
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A Drk_ab_ops_user.c35 static uint32_t htobe32(uint32_t in) in htobe32() function
138 dest->crc32 = htobe32(crc32(0, (const uint8_t*)dest, sizeof(AvbABData) - sizeof(uint32_t))); in avb_ab_data_update_crc_and_byteswap()
/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c69 _val = is_be ? htobe32(val) : htole32(val); \
/rk3399_rockchip-uboot/lib/
H A Dbch.c74 #define cpu_to_be32 htobe32