Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dbyteorder.h32 #define rt_be16_to_cpu(x) (x) macro
45 #define rt_be16_to_cpu(x) __builtin_bswap16(x) macro
/components/drivers/ata/
A Dahci.c320 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()
/components/drivers/scsi/
A Dscsi.c594 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()
/components/dfs/dfs_v1/filesystems/iso9660/
A Ddfs_iso9660.c156 rt_uint16_t utf16 = rt_be16_to_cpu(*src++); in iso9660_convert_string()

Completed in 7 milliseconds