Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/include/
H A Dlibata.h312 ATA_TFLAG_POLLING = (1 << 6), /* set nIEN to 1 and use polling */ enumerator