Home
last modified time | relevance | path

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

/linux-3.4.99/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-3.4.99/drivers/usb/storage/
Dcypress_atacb.c87 if (likely(srb->cmnd[0] != ATA_16 && srb->cmnd[0] != ATA_12)) { in cypress_atacb_passthrough()
120 if (save_cmnd[0] == ATA_16) { in cypress_atacb_passthrough()
Dtransport.c668 if (unlikely((srb->cmnd[0] == ATA_16 || srb->cmnd[0] == ATA_12) && in usb_stor_invoke_transport()
/linux-3.4.99/include/scsi/
Dscsi.h182 #define ATA_16 0x85 /* 16-byte pass-thru */ macro
/linux-3.4.99/drivers/ata/
Dlibata-scsi.c507 scsi_cmd[0] = ATA_16; in ata_cmd_ioctl()
595 scsi_cmd[0] = ATA_16; in ata_task_ioctl()
1739 if (((cdb[0] == ATA_16) || (cdb[0] == ATA_12)) && in ata_scsi_qc_complete()
2862 if (cdb[0] == ATA_16) { in ata_scsi_pass_thru()
3121 case ATA_16: in ata_get_xlat_func()
3172 if (likely((scsi_op != ATA_16) || !atapi_passthru16)) { in __ata_scsi_queuecmd()
Dlibata-core.c521 case ATA_16: in atapi_cmd_type()
/linux-3.4.99/include/trace/events/
Dscsi.h105 scsi_opcode_name(ATA_16), \
/linux-3.4.99/drivers/scsi/aacraid/
Daachba.c2739 || (scsicmd->cmnd[0] == ATA_16)) { in aac_srb_callback()