Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_clk.c236 struct ti_clk *clkp_parent; in ti_clk_get_state() local
248 clkp_parent = ti_clk_lookup((ti_clk_idx_t) p->clk); in ti_clk_get_state()
250 if (clkp_parent != NULL) { in ti_clk_get_state()
251 ret = ti_clk_get_state(clkp_parent); in ti_clk_get_state()
281 struct ti_clk *clkp_parent = NULL; in ti_clk_get() local
288 clkp_parent = ti_clk_lookup((ti_clk_idx_t) p->clk); in ti_clk_get()
291 if (clkp_parent != NULL) { in ti_clk_get()
292 ret = ti_clk_get(clkp_parent); in ti_clk_get()
299 if (clkp_parent != NULL) { in ti_clk_get()
300 ti_clk_put(clkp_parent); in ti_clk_get()
[all …]