Lines Matching refs:cic
45 struct rk3399_ddr_cic_regs *cic; member
1865 &dram->cic->cic_ctrl0); in switch_to_phy_index1()
1866 while (!(readl(&dram->cic->cic_status0) & (1 << 2))) { in switch_to_phy_index1()
1876 writel(RK_CLRSETBITS(1 << 1, 1 << 1), &dram->cic->cic_ctrl0); in switch_to_phy_index1()
1877 while (!(readl(&dram->cic->cic_status0) & (1 << 0))) { in switch_to_phy_index1()
2851 (fn << 4) | (1 << 2) | 1, &dram->cic->cic_ctrl0); in dram_set_rate()
2852 while (!(readl(&dram->cic->cic_status0) & (1 << 2))) in dram_set_rate()
2861 writel(0x20002, &dram->cic->cic_ctrl0); in dram_set_rate()
2862 while (!(readl(&dram->cic->cic_status0) & (1 << 0))) in dram_set_rate()
3115 priv->cic = syscon_get_first_range(ROCKCHIP_SYSCON_CIC); in rk3399_dmc_init()
3137 priv->cic, priv->pmugrf, priv->pmusgrf, priv->pmucru, priv->pmu); in rk3399_dmc_init()