Searched refs:cic (Results 1 – 4 of 4) sorted by relevance
8 - rockchip,cic: this driver should access cic regs, so need get cic here
69 &cic {
1189 cic: syscon@ff620000 { label1190 compatible = "rockchip,rk3399-cic", "syscon";
45 struct rk3399_ddr_cic_regs *cic; member1865 &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()[all …]