Searched refs:PGSR_DLDONE (Results 1 – 4 of 4) sorted by relevance
304 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) != in phy_init()305 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) in phy_init()333 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()334 != (PGSR_IDONE | PGSR_DLDONE)) in memory_init()353 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()354 != PGSR_DLDONE) in move_to_config_state()496 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()497 != PGSR_DLDONE) in move_to_access_state()
362 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) != in phy_init()363 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) in phy_init()391 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()392 != (PGSR_IDONE | PGSR_DLDONE)) in memory_init()411 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()412 != PGSR_DLDONE) in move_to_config_state()554 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()555 != PGSR_DLDONE) in move_to_access_state()
298 #define PGSR_DLDONE (1 << 1) macro
358 #define PGSR_DLDONE BIT(1) macro