Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/doc/device-tree-bindings/clock/
H A Drockchip,rk3399-dmc.txt8 - rockchip,cic: this driver should access cic regs, so need get cic here
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3399-u-boot.dtsi69 &cic {
H A Drk3399.dtsi1189 cic: syscon@ff620000 { label
1190 compatible = "rockchip,rk3399-cic", "syscon";
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk3399.c45 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()
[all …]