Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-sti.c88 struct clk *cpt_clk; member
200 ret = clk_enable(pc->cpt_clk); in sti_pwm_config()
247 clk_disable(pc->cpt_clk); in sti_pwm_config()
268 ret = clk_enable(pc->cpt_clk); in sti_pwm_enable()
301 clk_disable(pc->cpt_clk); in sti_pwm_disable()
372 effective_ticks = clk_get_rate(pc->cpt_clk); in sti_pwm_capture()
636 pc->cpt_clk = devm_clk_get_prepared(dev, "capture"); in sti_pwm_probe()
637 if (IS_ERR(pc->cpt_clk)) { in sti_pwm_probe()
639 return PTR_ERR(pc->cpt_clk); in sti_pwm_probe()