Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dlibata-sff.c855 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_hsm_ok_in_wq()
942 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1290 qc->tf.flags |= ATA_TFLAG_POLLING; in ata_sff_qc_issue()
1298 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1304 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1310 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1327 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1340 if (qc->tf.flags & ATA_TFLAG_POLLING) in ata_sff_qc_issue()
1349 (qc->tf.flags & ATA_TFLAG_POLLING)) in ata_sff_qc_issue()
1480 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) in __ata_sff_interrupt()
[all …]
H A Dlibata-trace.c178 if (tf_flags & ATA_TFLAG_POLLING) in libata_trace_parse_tf_flags()
H A Dsata_qstor.c376 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in qs_intr_pkt()
419 if (!(qc->tf.flags & ATA_TFLAG_POLLING)) in qs_intr_mmio()
H A Dpata_octeon_cf.c663 if (!qc || (qc->tf.flags & ATA_TFLAG_POLLING)) in octeon_cf_interrupt()
736 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in octeon_cf_delayed_finish()
767 WARN_ON(qc->tf.flags & ATA_TFLAG_POLLING); in octeon_cf_qc_issue()
H A Dpdc_adma.c406 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_pkt()
449 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in adma_intr_mmio()
H A Dsata_vsc.c230 if (qc && likely(!(qc->tf.flags & ATA_TFLAG_POLLING))) in vsc_port_intr()
H A Dsata_promise.c976 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in pdc_interrupt()
1012 if (qc->tf.flags & ATA_TFLAG_POLLING) in pdc_qc_issue()
H A Dsata_sx4.c637 if (qc->tf.flags & ATA_TFLAG_POLLING) in pdc20621_qc_issue()
782 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) in pdc20621_interrupt()
H A Dsata_sil.c447 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sil_host_intr()
H A Dsata_mv.c2281 if (qc->tf.flags & ATA_TFLAG_POLLING) in mv_qc_issue_fis()
2350 qc->tf.flags |= ATA_TFLAG_POLLING; in mv_qc_issue()
2354 if (qc->tf.flags & ATA_TFLAG_POLLING) in mv_qc_issue()
2395 if (qc && !(qc->tf.flags & ATA_TFLAG_POLLING)) in mv_get_active_qc()
2582 if (qc && (qc->tf.flags & ATA_TFLAG_POLLING)) in mv_unexpected_intr()
H A Dsata_nv.c867 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in nv_host_intr()
1335 (qc->tf.flags & ATA_TFLAG_POLLING)) in nv_adma_use_reg_mode()
1445 if (qc && (!(qc->tf.flags & ATA_TFLAG_POLLING))) { in nv_generic_interrupt()
H A Dpata_arasan_cf.c706 WARN_ON_ONCE(qc->tf.flags & ATA_TFLAG_POLLING); in arasan_cf_qc_issue()
H A Dsata_dwc_460ex.c534 if (unlikely(!qc || (qc->tf.flags & ATA_TFLAG_POLLING))) { in sata_dwc_isr()
H A Dlibata-core.c1831 tf.flags |= ATA_TFLAG_POLLING; in ata_dev_read_id()
4465 tf.flags |= ATA_TFLAG_ISADDR | ATA_TFLAG_DEVICE | ATA_TFLAG_POLLING; in ata_dev_set_xfermode()
/openbmc/u-boot/include/
H A Dlibata.h311 ATA_TFLAG_POLLING = (1 << 6), /* set nIEN to 1 and use polling */ enumerator
/openbmc/linux/include/linux/
H A Dlibata.h81 ATA_TFLAG_POLLING = (1 << 6), /* set nIEN to 1 and use polling */ enumerator