Lines Matching refs:cdl
671 static inline void ata_set_tf_cdl(struct ata_queued_cmd *qc, int cdl)
676 tf->auxiliary |= cdl;
678 tf->feature |= cdl;
694 * @cdl: Command duration limit index
709 unsigned int tf_flags, int cdl, int class)
749 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl)
750 ata_set_tf_cdl(qc, cdl);
755 if ((dev->flags & ATA_DFLAG_CDL_ENABLED) && cdl)
756 ata_set_tf_cdl(qc, cdl);
2611 memcpy(dev->cdl, ap->sector_buf, ATA_LOG_CDL_SIZE);