Searched refs:cru_mode_con (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/clk/rockchip/ |
H A D | clk_rk3188.c | 149 rk_clrsetreg(&cru->cru_mode_con, DPLL_MODE_MASK << DPLL_MODE_SHIFT, in rkclk_configure_ddr() 159 rk_clrsetreg(&cru->cru_mode_con, DPLL_MODE_MASK << DPLL_MODE_SHIFT, in rkclk_configure_ddr() 198 rk_clrsetreg(&cru->cru_mode_con, APLL_MODE_MASK << APLL_MODE_SHIFT, in rkclk_configure_cpu() 218 rk_clrsetreg(&cru->cru_mode_con, APLL_MODE_MASK << APLL_MODE_SHIFT, in rkclk_configure_cpu() 238 con = readl(&cru->cru_mode_con); in rkclk_pll_get_rate() 378 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 448 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init()
|
H A D | clk_rk3288.c | 205 rk_clrsetreg(&cru->cru_mode_con, DPLL_MODE_MASK, in rkclk_configure_ddr() 215 rk_clrsetreg(&cru->cru_mode_con, DPLL_MODE_MASK, in rkclk_configure_ddr() 347 rk_clrsetreg(&cru->cru_mode_con, NPLL_MODE_MASK, in rockchip_vop_set_clk() 358 rk_clrsetreg(&cru->cru_mode_con, NPLL_MODE_MASK, in rockchip_vop_set_clk() 428 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 489 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 498 rk_clrsetreg(&cru->cru_mode_con, APLL_MODE_MASK, in rk3288_clk_configure_cpu() 532 rk_clrsetreg(&cru->cru_mode_con, APLL_MODE_MASK, in rk3288_clk_configure_cpu() 550 con = readl(&cru->cru_mode_con); in rkclk_pll_get_rate() 1009 reg = readl(&priv->cru->cru_mode_con); in rk3288_clk_probe()
|
H A D | clk_rk322x.c | 86 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 163 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 188 con = readl(&cru->cru_mode_con); in rkclk_pll_get_rate() 338 rk_clrsetreg(&cru->cru_mode_con, DPLL_MODE_MASK, in rk322x_ddr_set_clk() 342 rk_clrsetreg(&cru->cru_mode_con, DPLL_MODE_MASK, in rk322x_ddr_set_clk()
|
H A D | clk_rk3036.c | 85 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 162 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 187 con = readl(&cru->cru_mode_con); in rkclk_pll_get_rate()
|
H A D | clk_rk3128.c | 147 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 224 rk_clrsetreg(&cru->cru_mode_con, in rkclk_init() 256 con = readl(&cru->cru_mode_con); in rkclk_pll_get_rate()
|
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | cru_rk3188.h | 40 u32 cru_mode_con; member
|
H A D | cru_rk3036.h | 39 unsigned int cru_mode_con; member
|
H A D | cru_rk322x.h | 40 unsigned int cru_mode_con; member
|
H A D | cru_rk3128.h | 40 unsigned int cru_mode_con; member
|
H A D | cru_rk3288.h | 41 u32 cru_mode_con; member
|
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/ |
H A D | sdram_rk3036.c | 332 rk_clrsetreg(&priv->cru->cru_mode_con, DPLL_MODE_MASK, in rkdclk_init() 351 rk_clrsetreg(&priv->cru->cru_mode_con, DPLL_MODE_MASK, in rkdclk_init()
|