Home
last modified time | relevance | path

Searched refs:pgsr (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-sunxi/
H A Ddram_sun6i.c156 mctl_await_completion(&mctl_phy->pgsr, 0x03, 0x03); in mctl_channel_init()
163 mctl_await_completion(&mctl_phy->pgsr, 0x1f, 0x1f); in mctl_channel_init()
194 mctl_await_completion(&mctl_phy->pgsr, 0x11, 0x11); in mctl_channel_init()
196 if (readl(&mctl_phy->pgsr) & MCTL_PGSR_TRAIN_ERR_MASK) in mctl_channel_init()
H A Ddram_sunxi_dw.c25 mctl_await_completion(&mctl_ctl->pgsr[0], PGSR_INIT_DONE, 0x1); in mctl_phy_init()
526 if (readl(&mctl_ctl->pgsr[0]) & (0xfe << 20)) { in mctl_channel_init()
557 if (readl(&mctl_ctl->pgsr[0]) & (0xfe << 20)) in mctl_channel_init()
H A Ddram_sun9i.c795 if (readl(&mctl_phy->pgsr[0]) & MCTL_PGSR0_ERRORS) { in mctl_channel_init()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3066/
H A Dsdram_rk3066.c295 while ((readl(&publ->pgsr) & in phy_init()
325 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
345 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
448 if (readl(&publ->pgsr) & in data_training()
486 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk3188.c306 while ((readl(&publ->pgsr) & in phy_init()
336 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
356 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
461 if (readl(&publ->pgsr) & in data_training()
499 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
H A Dsdram_rk3288.c364 while ((readl(&publ->pgsr) & in phy_init()
394 while ((readl(&publ->pgsr) & (PGSR_IDONE | PGSR_DLDONE)) in memory_init()
414 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_config_state()
519 if (readl(&publ->pgsr) & in data_training()
557 while ((readl(&publ->pgsr) & PGSR_DLDONE) in move_to_access_state()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sunxi_dw.h87 u32 pgsr[2]; /* 0x10 PHY general status registers */ member
H A Ddram_sun9i.h97 u32 pgsr[2]; /* 0x18 PHY general status register */ member
H A Ddram_sun6i.h161 u32 pgsr; /* 0x0c */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dddr_rk3288.h171 u32 pgsr; member