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()615 pc->cpt_clk = of_clk_get_by_name(dev->of_node, "capture"); in sti_pwm_probe()616 if (IS_ERR(pc->cpt_clk)) { in sti_pwm_probe()618 return PTR_ERR(pc->cpt_clk); in sti_pwm_probe()621 ret = clk_prepare(pc->cpt_clk); in sti_pwm_probe()[all …]