Home
last modified time | relevance | path

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

/drivers/ata/
Dsata_fsl.c121 ONLINE = (1 << 31), enumerator
786 ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, 1, 1); in sata_fsl_port_stop()
837 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, ONLINE, in sata_fsl_hardreset()
840 if (temp & ONLINE) { in sata_fsl_hardreset()
876 temp = ata_wait_register(ap, hcr_base + HSTATUS, ONLINE, 0, 1, 500); in sata_fsl_hardreset()
878 if (!(temp & ONLINE)) { in sata_fsl_hardreset()