Lines Matching defs:spiclk
180 struct clk *spiclk;
196 /* frequency of spiclk */
623 * round divisor = spiclk / speed up to nearest even number
780 rs->spiclk = devm_clk_get(&pdev->dev, "spiclk");
781 if (IS_ERR(rs->spiclk)) {
783 ret = PTR_ERR(rs->spiclk);
793 ret = clk_prepare_enable(rs->spiclk);
812 rs->freq = clk_get_rate(rs->spiclk);
934 clk_disable_unprepare(rs->spiclk);
950 clk_disable_unprepare(rs->spiclk);
1005 clk_disable_unprepare(rs->spiclk);
1019 clk_disable_unprepare(rs->spiclk);
1036 ret = clk_prepare_enable(rs->spiclk);