Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3188.c304 (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()
H A Dsdram_rk3288.c362 (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()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h298 #define PGSR_DLDONE (1 << 1) macro
H A Dsdram_rk322x.h358 #define PGSR_DLDONE BIT(1) macro