Home
last modified time | relevance | path

Searched refs:ATA_16 (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/ide/
Dsis5513.c58 #define ATA_16 0x01 macro
102 { "SiS5596", PCI_DEVICE_ID_SI_5596, ATA_16 },
103 { "SiS5571", PCI_DEVICE_ID_SI_5571, ATA_16 },
104 { "SiS5517", PCI_DEVICE_ID_SI_5517, ATA_16 },
105 { "SiS551x", PCI_DEVICE_ID_SI_5511, ATA_16 },
211 if (chipset_family > ATA_16) in sis_ata16_program_timings()
497 case ATA_16: in init_chipset_sis5513()
/linux-4.4.14/drivers/usb/storage/
Dcypress_atacb.c89 if (likely(srb->cmnd[0] != ATA_16 && srb->cmnd[0] != ATA_12)) { in cypress_atacb_passthrough()
122 if (save_cmnd[0] == ATA_16) { in cypress_atacb_passthrough()
Dtransport.c666 if (unlikely((srb->cmnd[0] == ATA_16 || srb->cmnd[0] == ATA_12) && in usb_stor_invoke_transport()
Duas.c608 (cmnd->cmnd[0] == ATA_12 || cmnd->cmnd[0] == ATA_16)) { in uas_queuecommand_lck()
/linux-4.4.14/include/scsi/
Dscsi_proto.h157 #define ATA_16 0x85 /* 16-byte pass-thru */ macro
/linux-4.4.14/include/trace/events/
Dtarget.h107 scsi_opcode_name(ATA_16), \
Dscsi.h105 scsi_opcode_name(ATA_16), \
/linux-4.4.14/drivers/ata/
Dlibata-scsi.c522 scsi_cmd[0] = ATA_16; in ata_cmd_ioctl()
610 scsi_cmd[0] = ATA_16; in ata_task_ioctl()
1784 if (((cdb[0] == ATA_16) || (cdb[0] == ATA_12)) && in ata_scsi_qc_complete()
2956 if (cdb[0] == ATA_16) { in ata_scsi_pass_thru()
3414 case ATA_16: in ata_get_xlat_func()
3470 if (likely((scsi_op != ATA_16) || !atapi_passthru16)) { in __ata_scsi_queuecmd()
Dlibata-core.c528 case ATA_16: in atapi_cmd_type()
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c873 case ATA_16: in storvsc_handle_error()
/linux-4.4.14/drivers/scsi/aacraid/
Daachba.c3123 || (scsicmd->cmnd[0] == ATA_16)) { in aac_srb_callback()