Lines Matching defs:spiclk
166 struct clk *spiclk;
182 /* frequency of spiclk */
552 * round divisor = spiclk / speed up to nearest even number
680 rs->spiclk = devm_clk_get(&pdev->dev, "spiclk");
681 if (IS_ERR(rs->spiclk)) {
683 ret = PTR_ERR(rs->spiclk);
693 ret = clk_prepare_enable(rs->spiclk);
711 rs->freq = clk_get_rate(rs->spiclk);
812 clk_disable_unprepare(rs->spiclk);
828 clk_disable_unprepare(rs->spiclk);
878 clk_disable_unprepare(rs->spiclk);
892 clk_disable_unprepare(rs->spiclk);
908 ret = clk_prepare_enable(rs->spiclk);