Home
last modified time | relevance | path

Searched refs:rk_cru_clock_find (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/arm/rockchip/
H A Drk_cru_arm.c85 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 Drk_cru.c123 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 Drk3399_cru.c1086 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 Drk_cru_composite.c171 rclk_parent = rk_cru_clock_find(sc, composite->parents[mux]); in rk_cru_composite_set_rate()
H A Drk_cru.h462 struct rk_cru_clk *rk_cru_clock_find(struct rk_cru_softc *,