Searched refs:le32toh (Results 1 – 4 of 4) sorted by relevance
22 #ifndef le32toh23 #define le32toh(x) (x) macro46 #ifndef le32toh47 #define le32toh(x) __bswap_32(x) macro
454 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()
110 input = le32toh(input); in print4byte()
49 #define le32_to_cpu(x) le32toh(x)