Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_pctl_px30.h16 #define DDR_PCTL2_STAT 0x4 macro
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_rv1126.c1352 if (((readl(pctl_base + DDR_PCTL2_STAT) & in enter_sr()
1355 ((readl(pctl_base + DDR_PCTL2_STAT) & in enter_sr()
1362 while ((readl(pctl_base + DDR_PCTL2_STAT) & in enter_sr()
2550 while ((readl(pctl_base + DDR_PCTL2_STAT) & 0x7) == 0) { in sdram_init_()
3329 while ((readl(pctl_base + DDR_PCTL2_STAT) & in ddr_set_rate()
H A Dsdram_rk3328.c376 while ((readl(pctl_base + DDR_PCTL2_STAT) & 0x7) == 0) in sdram_init()
H A Dsdram_px30.c440 while ((readl(pctl_base + DDR_PCTL2_STAT) & 0x7) == 0) in sdram_init_()