Searched refs:BYTE_SWAP_32 (Results 1 – 3 of 3) sorted by relevance
23 #define BYTE_SWAP_32(word) ((((word) & 0xff000000) >> 24)| \ macro73 upper_byte = BYTE_SWAP_32(upper_byte); in do_byteswap()74 lower_byte = BYTE_SWAP_32(lower_byte); in do_byteswap()
337 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()615 uint32_t WAIT_CMD = BYTE_SWAP_32(0x000FFFFF); in add_cpy_cmd()633 altcbar = BYTE_SWAP_32(altcbar >> 16); in add_cpy_cmd()669 pbi_cmd = BYTE_SWAP_32(pbi_cmd); in add_cpy_cmd()858 while (BYTE_SWAP_32(word) != 0x08610040) { in main()859 if (BYTE_SWAP_32(word) == 0x09550000 in main()[all …]
39 #define BYTE_SWAP_32(x) \ macro48 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 21 milliseconds