Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dfsl_sata.h82 #define HSTATUS_PHY_RDY 0x00000010 macro
Dfsl_sata.c225 ata_wait_register(&reg->hstatus, HSTATUS_PHY_RDY, in init_sata()
226 HSTATUS_PHY_RDY, 500); in init_sata()
230 if (val32 & HSTATUS_PHY_RDY) { in init_sata()