Searched refs:rk_cru_clock_find (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/arm/rockchip/ |
H A D | rk_cru_arm.c | 85 main_parent = rk_cru_clock_find(sc, arm->parents[arm->mux_main]); in rk_cru_arm_set_rate_rates() 86 alt_parent = rk_cru_clock_find(sc, arm->parents[arm->mux_alt]); in rk_cru_arm_set_rate_rates() 140 main_parent = rk_cru_clock_find(sc, arm->parents[arm->mux_main]); in rk_cru_arm_set_rate_cpurates() 141 alt_parent = rk_cru_clock_find(sc, arm->parents[arm->mux_alt]); in rk_cru_arm_set_rate_cpurates()
|
H A D | rk_cru.c | 123 clk = rk_cru_clock_find(sc, name); in rk_cru_clock_get() 262 clk_parent = rk_cru_clock_find(sc, parent); in rk_cru_clock_get_parent() 283 rk_cru_clock_find(struct rk_cru_softc *sc, const char *name) in rk_cru_clock_find() function
|
H A D | rk3399_cru.c | 1086 clk = rk_cru_clock_find(sc, "armclkb"); in rk3399_cru_init() 1102 clk = rk_cru_clock_find(sc, param->clk); in rk3399_cru_init() 1105 pclk = rk_cru_clock_find(sc, param->parent); in rk3399_cru_init()
|
H A D | rk_cru_composite.c | 171 rclk_parent = rk_cru_clock_find(sc, composite->parents[mux]); in rk_cru_composite_set_rate()
|
H A D | rk_cru.h | 462 struct rk_cru_clk *rk_cru_clock_find(struct rk_cru_softc *,
|