Searched refs:cpt_clk (Results 1 – 1 of 1) sorted by relevance
87 struct clk *cpt_clk; member199 ret = clk_enable(pc->cpt_clk); in sti_pwm_config()246 clk_disable(pc->cpt_clk); in sti_pwm_config()267 ret = clk_enable(pc->cpt_clk); in sti_pwm_enable()300 clk_disable(pc->cpt_clk); in sti_pwm_disable()371 effective_ticks = clk_get_rate(pc->cpt_clk); in sti_pwm_capture()631 if (IS_ERR(pc->cpt_clk)) { in sti_pwm_probe()633 return PTR_ERR(pc->cpt_clk); in sti_pwm_probe()636 ret = clk_prepare(pc->cpt_clk); in sti_pwm_probe()650 clk_unprepare(pc->cpt_clk); in sti_pwm_probe()[all …]
Completed in 6 milliseconds