Home
last modified time | relevance | path

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

/linux-4.4.14/tools/include/tools/
Dendian.h22 #ifndef le32toh
23 #define le32toh(x) (x) macro
46 #ifndef le32toh
47 #define le32toh(x) __bswap_32(x) macro
/linux-4.4.14/Documentation/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-4.4.14/tools/iio/
Dgeneric_buffer.c110 input = le32toh(input); in print4byte()
/linux-4.4.14/tools/usb/
Dffs-test.c49 #define le32_to_cpu(x) le32toh(x)