Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dfsl_sata.h83 #define HSTATUS_PHY_RDY 0x00000010 macro
H A Dfsl_sata.c226 ata_wait_register(&reg->hstatus, HSTATUS_PHY_RDY, in init_sata()
227 HSTATUS_PHY_RDY, 500); in init_sata()
231 if (val32 & HSTATUS_PHY_RDY) { in init_sata()