Home
last modified time | relevance | path

Searched refs:BYTE_SWAP_32 (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a/tools/nxp/create_pbl/
A Dcreate_pbl.c337 pbi_stop_cmd = BYTE_SWAP_32(CRC_STOP_CMD_ARM); in add_pbi_stop_cmd()
409 pbi_crc = BYTE_SWAP_32(pbi_crc); in add_pbi_stop_cmd()
475 bootptr_addr = BYTE_SWAP_32(CSF_ADDR_SB); in add_boot_ptr_cmd()
477 bootptr_addr = BYTE_SWAP_32(BOOTPTR_ADDR); in add_boot_ptr_cmd()
478 pblimg.ep = BYTE_SWAP_32(pblimg.ep); in add_boot_ptr_cmd()
613 uint32_t WAIT_CMD = BYTE_SWAP_32(0x000FFFFF); in add_cpy_cmd()
631 altcbar = BYTE_SWAP_32(altcbar >> 16); in add_cpy_cmd()
667 pbi_cmd = BYTE_SWAP_32(pbi_cmd); in add_cpy_cmd()
856 while (BYTE_SWAP_32(word) != 0x08610040) { in main()
857 if (BYTE_SWAP_32(word) == 0x09550000 in main()
[all …]
A Dbyte_swap.c23 #define BYTE_SWAP_32(word) ((((word) & 0xff000000) >> 24)| \ macro
73 upper_byte = BYTE_SWAP_32(upper_byte); in do_byteswap()
74 lower_byte = BYTE_SWAP_32(lower_byte); in do_byteswap()
/trusted-firmware-a/include/drivers/brcm/
A Dchimp_nv_defs.h39 #define BYTE_SWAP_32(x) \ macro
48 SIZEOF_IN_BITS(x) == 32 ? BYTE_SWAP_32(x) : (x))
59 #define LE_INT32(x) BYTE_SWAP_32(x)
68 #define BE_INT32(x) BYTE_SWAP_32(x)

Completed in 6 milliseconds