Lines Matching refs:tf
373 if (unlikely(qc->err_mask) && ata_is_dma(qc->tf.protocol)) in dma_complete()
381 u32 rw = acdev->qc->tf.flags & ATA_TFLAG_WRITE; in wait4buf()
435 u32 write = acdev->qc->tf.flags & ATA_TFLAG_WRITE; in sg_xfer()
636 if (qc->tf.flags & ATA_TFLAG_WRITE) in arasan_cf_interrupt()
675 struct ata_taskfile *tf = &qc->tf; in arasan_cf_dma_start() local
677 u32 write = tf->flags & ATA_TFLAG_WRITE; in arasan_cf_dma_start()
682 ap->ops->sff_exec_command(ap, tf); in arasan_cf_dma_start()
692 if (!ata_is_dma(qc->tf.protocol)) in arasan_cf_qc_issue()
701 switch (qc->tf.protocol) { in arasan_cf_qc_issue()
703 WARN_ON_ONCE(qc->tf.flags & ATA_TFLAG_POLLING); in arasan_cf_qc_issue()
705 ap->ops->sff_tf_load(ap, &qc->tf); in arasan_cf_qc_issue()