Home
last modified time | relevance | path

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

/external/u-boot/drivers/ram/rockchip/
Ddmc-rk3368.c104 PCTL_STAT_MSK = 7, enumerator
266 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()
271 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_config_state()
278 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()
296 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()
305 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()
311 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()
317 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
Dsdram_rk3188.c344 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()
349 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()
365 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()
484 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()
493 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()
502 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()
507 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
Dsdram_rk3288.c402 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()
407 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()
423 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()
542 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()
551 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()
560 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()
564 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dddr_rk3288.h360 #define PCTL_STAT_MSK 7 macro