Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rk3188.c307 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) != in phy_init()
308 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) in phy_init()
336 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
337 != (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
356 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
357 != PGSR_DLDONE) in move_to_config_state()
499 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
500 != PGSR_DLDONE) in move_to_access_state()
H A Dsdram_rk3288.c365 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) != in phy_init()
366 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) in phy_init()
394 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
395 != (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
414 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
415 != PGSR_DLDONE) in move_to_config_state()
557 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
558 != PGSR_DLDONE) in move_to_access_state()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3066/
H A Dsdram_rk3066.c296 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) != in phy_init()
297 (PGSR_IDONE | PGSR_DLDONE | PGSR_ZCDONE)) in phy_init()
325 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
326 != (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
345 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
346 != PGSR_DLDONE) in move_to_config_state()
486 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
487 != PGSR_DLDONE) in move_to_access_state()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h299 #define PGSR_DLDONE (1 << 1) macro
H A Dsdram_rk322x.h352 #define PGSR_DLDONE (1 << 1) macro