Searched refs:htobe32 (Results 1 – 14 of 14) sorted by relevance
51 h.key_num_bits = htobe32(n32); in TEST_F()53 h.n0inv = htobe32(n32); in TEST_F()77 h.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR); in TEST_F()78 h.version_minor = htobe32(AVB_FOOTER_VERSION_MINOR); in TEST_F()102 h.version_minor = htobe32(AVB_FOOTER_VERSION_MINOR + 1); in TEST_F()112 bad.version_major = htobe32(AVB_FOOTER_VERSION_MAJOR + 1); in TEST_F()127 h.kernel_cmdline_length = htobe32(40); in TEST_F()130 h.flags = htobe32(n32); in TEST_F()150 bad.kernel_cmdline_length = htobe32(41); in TEST_F()166 h.partition_name_len = htobe32(10); in TEST_F()[all …]
158 h->required_libavb_version_major = htobe32(1 + AVB_VERSION_MAJOR); in TEST_F()170 h->required_libavb_version_minor = htobe32(1 + AVB_VERSION_MINOR); in TEST_F()249 htobe32(be32toh(h->authentication_data_block_size) - 32); in TEST_F()256 htobe32(be32toh(h->auxiliary_data_block_size) - 32); in TEST_F()374 h->algorithm_type = htobe32(_AVB_ALGORITHM_NUM_TYPES); in TEST_F()508 h.required_libavb_version_major = htobe32(n32); in TEST_F()510 h.required_libavb_version_minor = htobe32(n32); in TEST_F()516 h.algorithm_type = htobe32(n32); in TEST_F()540 h.flags = htobe32(n32); in TEST_F()
69 htobe32(1U << 31)); in ls1043_reset_core()74 core_pos * 4, htobe32(1U << 31)); in ls1043_reset_core()85 htobe32((uint32_t)0x2)); in ls1043_system_reset()106 htobe32((uint32_t)(warmboot_entry >> 32))); in ls1043_pwr_domain_on()109 htobe32((uint32_t)warmboot_entry)); in ls1043_pwr_domain_on()120 htobe32(core_mask)); in ls1043_pwr_domain_on()125 htobe32(core_mask)); in ls1043_pwr_domain_on()129 htobe32(brr | core_mask)); in ls1043_pwr_domain_on()
26 #define htobe32(v) OSSwapHostToBigInt32(v) macro50 #define htobe32(v) htonl(v) macro70 #define htobe32(v) (v) macro114 *static_cast<uint32_t*>(memory) = htobe32(v); in SetBE32()171 return htobe32(n); in HostToNetwork32()
29 # define htobe32(x) OSSwapHostToBigInt32(x) macro73 # define htobe32(x) htonl(x) macro91 # define htobe32(x) (x) macro
26 # define htobe32(x) __bswap_32 (x) macro41 # define htobe32(x) (x) macro
53 # define htobe32(x) OSSwapHostToBigInt32(x) macro99 # define htobe32(x) htonl(x) macro117 # define htobe32(x) (x) macro
55 #define htobe32(x) bswap32((x)) macro69 #define htobe32(x) ((uint32_t)(x)) macro
33 uint32_t ese_htobe32(uint32_t host_32bits) { return htobe32(host_32bits); } in ese_htobe32()
33 mmio_write_32((uintptr_t)reg, htobe32(val)); in enable_devices_ns_access()
19 #define HOST_TO_BE_32(value) htobe32(value)
221 #define htobe32(x) htonl(x)226 #define HTOBE32(x) (x) = htobe32(x)305 #define htobe32a(a,x) *(uint32_t*)(a) = htobe32(x)
83 uint32_t be_header_size = htobe32(header_size); in CreatePatch()
283 upiu->exp_data_trans_len = htobe32(length); in ufs_prepare_cmd()