Searched refs:__LE_TO_CPU_32 (Results 1 – 2 of 2) sorted by relevance
283 #define __LE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x)) macro300 #define __LE_TO_CPU_32(_x) ((uint32_t)__NOSWAP32(_x)) macro345 ((unsigned int)__LE_TO_CPU_32((_dword).ed_u32[0]))349 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[1])), \350 ((unsigned int)__LE_TO_CPU_32((_qword).eq_u32[0]))354 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[3])), \355 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[2])), \356 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[1])), \357 ((unsigned int)__LE_TO_CPU_32((_oword).eo_u32[0]))361 ((unsigned int)__LE_TO_CPU_32((_xword).ex_u32[7])), \[all …]
59 tag = __LE_TO_CPU_32(dword); in tlv_tag()74 length = __LE_TO_CPU_32(dword); in tlv_length()581 csum += __LE_TO_CPU_32(*ptr++); in checksum_tlv_partition()605 if (__LE_TO_CPU_32(header->tag) != TLV_TAG_PARTITION_HEADER) { in tlv_update_partition_len_and_cks()617 __LE_TO_CPU_32(header->generation) + 1); in tlv_update_partition_len_and_cks()623 __LE_TO_CPU_32(trailer->checksum) - in tlv_update_partition_len_and_cks()671 total_length = __LE_TO_CPU_32(header->total_length); in ef10_nvram_buffer_validate()1261 total_length = __LE_TO_CPU_32(header->total_length); in ef10_nvram_read_tlv_segment()1520 *seg_sizep = __LE_TO_CPU_32(header->total_length); in ef10_nvram_buf_segment_size()1686 generation = __LE_TO_CPU_32(header->generation) + 1; in ef10_nvram_buf_write_tlv()