Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Ddmc-rk3368.c107 PCTL_STAT_MSK = 7, enumerator
269 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()
274 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_config_state()
281 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()
299 u32 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()
308 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()
314 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()
320 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
H A Dsdram_rk3188.c347 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()
352 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()
368 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()
487 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()
496 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()
505 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()
510 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
H A Dsdram_rk3288.c405 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()
410 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()
426 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()
545 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()
554 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()
563 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()
567 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3066/
H A Dsdram_rk3066.c336 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_config_state()
341 while ((readl(&pctl->stat) & PCTL_STAT_MSK) in move_to_config_state()
357 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_config_state()
474 state = readl(&pctl->stat) & PCTL_STAT_MSK; in move_to_access_state()
483 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != ACCESS) in move_to_access_state()
492 while ((readl(&pctl->stat) & PCTL_STAT_MSK) != CONFIG) in move_to_access_state()
497 while ((readl(&pctl->stat) & PCTL_STAT_MSK) == CONFIG) in move_to_access_state()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h361 #define PCTL_STAT_MSK 7 macro