Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/include/tools/
Dendian.h23 #ifndef le32toh
24 #define le32toh(x) (x) macro
47 #ifndef le32toh
48 #define le32toh(x) __bswap_32(x) macro
/Linux-v4.19/samples/mic/mpssd/
Dmpssd.c454 le32toh(vr0->info->magic), MIC_MAGIC + type); in init_vr()
455 assert(le32toh(vr0->info->magic) == MIC_MAGIC + type); in init_vr()
467 le32toh(vr1->info->magic), MIC_MAGIC + type + 1); in init_vr()
468 assert(le32toh(vr1->info->magic) == MIC_MAGIC + type + 1); in init_vr()
1093 if (le32toh(desc->len) != sizeof(struct virtio_blk_outhdr)) { in header_error_check()
1141 if (le32toh(desc->len) != sizeof(__u8)) { in status_error_check()
1196 le32toh(virtblk_dev_page.blk_config.seg_max)); in virtio_block()
/Linux-v4.19/tools/iio/
Diio_generic_buffer.c121 input = le32toh(input); in print4byte()
/Linux-v4.19/tools/usb/
Dffs-test.c63 #define le32_to_cpu(x) le32toh(x)