Home
last modified time | relevance | path

Searched refs:PCTL_STAT_MASK (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/arch/arm/mach-rockchip/rk3036/
Dsdram_rk3036.c206 PCTL_STAT_MASK = 7, enumerator
521 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_config_state()
525 while ((readl(&pctl->stat) & PCTL_STAT_MASK) in move_to_config_state()
536 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_config_state()
553 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_access_state()
557 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()
562 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_access_state()
567 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()
/external/u-boot/drivers/ram/rockchip/
Dsdram_rk322x.c275 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_config_state()
279 while ((readl(&pctl->stat) & PCTL_STAT_MASK) in move_to_config_state()
290 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_config_state()
306 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_access_state()
310 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()
315 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_access_state()
320 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_access_state()
336 state = readl(&pctl->stat) & PCTL_STAT_MASK; in move_to_lowpower_state()
340 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != CONFIG) in move_to_lowpower_state()
345 while ((readl(&pctl->stat) & PCTL_STAT_MASK) != ACCESS) in move_to_lowpower_state()
[all …]
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dsdram_rk322x.h420 #define PCTL_STAT_MASK 7 macro