Home
last modified time | relevance | path

Searched refs:le16_to_cpu (Results 1 – 5 of 5) sorted by relevance

/tools/include/linux/
A Dkernel.h62 #define le16_to_cpu bswap_16 macro
75 #define le16_to_cpu macro
A Dunaligned.h19 return le16_to_cpu(__get_unaligned_t(__le16, p)); in get_unaligned_le16()
/tools/usb/
A Dffs-test.c51 #define le16_to_cpu(x) le16toh(x) macro
582 printf("wValue = %d\n", le16_to_cpu(setup->wValue)); in handle_setup()
583 printf("wIndex = %d\n", le16_to_cpu(setup->wIndex)); in handle_setup()
584 printf("wLength = %d\n", le16_to_cpu(setup->wLength)); in handle_setup()
/tools/testing/cxl/test/
A Dmem.c344 if (handle != le16_to_cpu(pl->handles[nr])) { in mock_clear_event()
1177 nr_records = le16_to_cpu(po->count); in mock_get_poison()
1420 u16 offset = le16_to_cpu(input->offset); in mock_get_test_feature()
1421 u16 count = le16_to_cpu(input->count); in mock_get_test_feature()
1513 start_idx = le16_to_cpu(in->start_idx); in mock_get_supported_features()
1519 count = le16_to_cpu(in->count); in mock_get_supported_features()
/tools/arch/x86/lib/
A Dinsn.c28 case 2: v = le16_to_cpu(r); break; \

Completed in 11 milliseconds