Home
last modified time | relevance | path

Searched refs:le32_to_cpu (Results 1 – 7 of 7) sorted by relevance

/tools/include/linux/
A Dkernel.h63 #define le32_to_cpu bswap_32 macro
76 #define le32_to_cpu macro
A Dunaligned.h24 return le32_to_cpu(__get_unaligned_t(__le32, p)); in get_unaligned_le32()
/tools/usb/
A Dffs-test.c50 #define le32_to_cpu(x) le32toh(x) macro
238 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()
/tools/testing/cxl/test/
A Dmem.c579 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()
/tools/testing/selftests/kvm/include/arm64/
A Dprocessor.h237 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32)__raw_readl(c)); __r; })
/tools/arch/x86/lib/
A Dinsn.c27 case 4: v = le32_to_cpu(r); break; \
/tools/perf/
A Dbuiltin-script.c1935 freq = (le32_to_cpu(data->freq) + 500) / 1000; in perf_sample__fprintf_synth_cbr()

Completed in 22 milliseconds