Searched refs:le32_to_cpu (Results 1 – 7 of 7) sorted by relevance
63 #define le32_to_cpu bswap_32 macro76 #define le32_to_cpu macro
24 return le32_to_cpu(__get_unaligned_t(__le32, p)); in get_unaligned_le32()
50 #define le32_to_cpu(x) le32toh(x) macro238 if (le32_to_cpu(in->header.magic) != in descs_to_legacy()241 length = le32_to_cpu(in->header.length); in descs_to_legacy()245 flags = le32_to_cpu(in->header.flags); in descs_to_legacy()255 ret = le32_to_cpu(*counts); \ in descs_to_legacy()
579 u32 offset = le32_to_cpu(gl->offset); in mock_get_log()580 u32 length = le32_to_cpu(gl->length); in mock_get_log()1055 offset = le32_to_cpu(get_lsa->offset); in mock_get_lsa()1056 length = le32_to_cpu(get_lsa->length); in mock_get_lsa()1075 offset = le32_to_cpu(set_lsa->offset); in mock_set_lsa()1344 offset = le32_to_cpu(transfer->offset) * CXL_FW_TRANSFER_ALIGNMENT; in mock_transfer_fw()1462 le32_to_cpu(input->hdr.flags)); in mock_set_test_feature()
237 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
27 case 4: v = le32_to_cpu(r); break; \
1935 freq = (le32_to_cpu(data->freq) + 500) / 1000; in perf_sample__fprintf_synth_cbr()
Completed in 22 milliseconds