Searched refs:tclk0 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pwm/
H A Dpwm-samsung.c77 * @tclk0: external clock 0 (can be ERR_PTR if not present)
88 struct clk *tclk0; member in struct:samsung_pwm_chip
192 clk = (chan < 2) ? our_chip->tclk0 : our_chip->tclk1;
585 our_chip->tclk0 = devm_clk_get(&pdev->dev, "pwm-tclk0");
594 dev_dbg(dev, "base_clk at %lu, tclk0 at %lu, tclk1 at %lu\n",
596 !IS_ERR(our_chip->tclk0) ? clk_get_rate(our_chip->tclk0) : 0,

Completed in 107 milliseconds