Home
last modified time | relevance | path

Searched refs:ATA_BUSY (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/ata/
Dsata_sil3114.c78 status = sata_busy_wait (&port[num].ioaddr, ATA_BUSY, 300, 0); in sata_bus_softreset()
79 while ((status & ATA_BUSY)) { in sata_bus_softreset()
81 status = sata_busy_wait (&port[num].ioaddr, ATA_BUSY, 3, 0); in sata_bus_softreset()
84 if (status & ATA_BUSY) { in sata_bus_softreset()
88 while ((status & ATA_BUSY)) { in sata_bus_softreset()
93 if (status & ATA_BUSY) { in sata_bus_softreset()
123 status = sata_busy_wait (&port[num].ioaddr, ATA_BUSY, 1000, 0); in sata_identify()
197 status = sata_busy_wait (&port[num].ioaddr, ATA_BUSY, 5000, 0); in set_Feature_cmd()
198 if ((status & (ATA_BUSY | ATA_ERR))) { in set_Feature_cmd()
240 status = sata_busy_wait (&port[num].ioaddr, ATA_BUSY, 30000, 0); in sil3114_spin_down()
[all …]
Dsata_mv.c315 if (tmp & (ATA_BUSY | ATA_DRQ)) { in mv_start_edma_engine()
776 ATA_BUSY, 0x0, 10000)) { in mv_ata_exec_ata_cmd_nondma()
Dahci.c288 if (!(tmp & (ATA_BUSY | ATA_DRQ))) in ahci_host_init()
550 if (!(tf_data & ATA_BUSY)) in wait_spinup()
/external/u-boot/include/
Dlibata.h107 ATA_BUSY = (1 << 7), /* BSY status bit */ enumerator
626 return ((status & (ATA_BUSY | ATA_DRDY | ATA_DF | ATA_DRQ | ATA_ERR)) in ata_ok()