Home
last modified time | relevance | path

Searched refs:ATA_TFLAG_POLLING (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-sff.c918 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_hsm_ok_in_wq()
1016 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1368 qc->tf.flags |= ATA_TFLAG_POLLING; in ata_sff_qc_issue()
1376 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1382 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1388 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1405 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1418 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1427 (qc->tf.flags & ATA_TFLAG_POLLING)) in ata_sff_qc_issue()
1563 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) in __ata_sff_interrupt()
[all …]
H A Dsata_qstor.c383 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in qs_intr_pkt()
426 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) in qs_intr_mmio()
H A Dpdc_adma.c429 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_pkt()
472 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_mmio()
H A Dpata_octeon_cf.c697 if (!qc || (qc->tf.flags & ATA_TFLAG_POLLING)) in octeon_cf_interrupt()
770 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in octeon_cf_delayed_finish()
801 WARN_ON(qc->tf.flags & ATA_TFLAG_POLLING); in octeon_cf_qc_issue()
H A Dsata_vsc.c230 if (qc && likely(!(qc->tf.flags & ATA_TFLAG_POLLING))) in vsc_port_intr()
H A Dsata_promise.c987 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in pdc_interrupt()
1027 if (qc->tf.flags & ATA_TFLAG_POLLING) in pdc_qc_issue()
H A Dsata_sx4.c670 if (qc->tf.flags & ATA_TFLAG_POLLING) in pdc20621_qc_issue()
824 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in pdc20621_interrupt()
H A Dsata_mv.c2315 if (qc->tf.flags & ATA_TFLAG_POLLING) in mv_qc_issue_fis()
2384 qc->tf.flags |= ATA_TFLAG_POLLING; in mv_qc_issue()
2388 if (qc->tf.flags & ATA_TFLAG_POLLING) in mv_qc_issue()
2429 if (qc && !(qc->tf.flags & ATA_TFLAG_POLLING)) in mv_get_active_qc()
2616 if (qc && (qc->tf.flags & ATA_TFLAG_POLLING)) in mv_unexpected_intr()
H A Dsata_sil.c448 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sil_host_intr()
H A Dsata_nv.c860 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in nv_host_intr()
1337 (qc->tf.flags & ATA_TFLAG_POLLING)) in nv_adma_use_reg_mode()
1454 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in nv_generic_interrupt()
H A Dpata_arasan_cf.c704 WARN_ON_ONCE(qc->tf.flags & ATA_TFLAG_POLLING); in arasan_cf_qc_issue()
H A Dsata_dwc_460ex.c573 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sata_dwc_isr()
H A Dlibata-core.c1827 tf.flags |= ATA_TFLAG_POLLING; in ata_dev_read_id()
4254 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE | ATA_TFLAG_POLLING; in ata_dev_set_xfermode()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c764 tf.flags |= ATA_TFLAG_POLLING; in ata_dev_read_id()
1145 qc->tf.flags |= ATA_TFLAG_POLLING; in ata_qc_issue_prot()
1156 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_qc_issue_prot()
1163 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_qc_issue_prot()
1292 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_hsm_move()
1859 tf.flags |= ATA_TFLAG_POLLING; in ata_dev_read_sectors()
2034 tf.flags |= ATA_TFLAG_POLLING; in ata_dev_write_sectors()
/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h312 ATA_TFLAG_POLLING = (1 << 6), /* set nIEN to 1 and use polling */ enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Dlibata.h129 ATA_TFLAG_POLLING = (1 << 6), /* set nIEN to 1 and use polling */ enumerator