Searched refs:rt_be16_to_cpu (Results 1 – 4 of 4) sorted by relevance
32 #define rt_be16_to_cpu(x) (x) macro45 #define rt_be16_to_cpu(x) __builtin_bswap16(x) macro
320 rt_be16_to_cpu(read10->size), in ahci_scsi_transfer()356 rt_be16_to_cpu(write10->size), in ahci_scsi_transfer()391 rt_be16_to_cpu(synchronize_cache10->size)); in ahci_scsi_transfer()410 rt_be32_to_cpu(write_same10->lba), rt_be16_to_cpu(write_same10->size)); in ahci_scsi_transfer()
594 data->length = rt_be16_to_cpu(buffer[0]) + 2; in scsi_mode_sense_fill()598 data->block_descriptor_length = rt_be16_to_cpu(buffer[6]); in scsi_mode_sense_fill()
156 rt_uint16_t utf16 = rt_be16_to_cpu(*src++); in iso9660_convert_string()
Completed in 7 milliseconds