Lines Matching full:pll_clk
136 struct clk *pll_clk; member
730 struct clk *clk, *pll_clk = NULL; in bcm63xx_hsspi_probe() local
764 pll_clk = devm_clk_get(dev, "pll"); in bcm63xx_hsspi_probe()
766 if (IS_ERR(pll_clk)) { in bcm63xx_hsspi_probe()
767 ret = PTR_ERR(pll_clk); in bcm63xx_hsspi_probe()
771 ret = clk_prepare_enable(pll_clk); in bcm63xx_hsspi_probe()
775 rate = clk_get_rate(pll_clk); in bcm63xx_hsspi_probe()
791 bs->pll_clk = pll_clk; in bcm63xx_hsspi_probe()
874 clk_disable_unprepare(pll_clk); in bcm63xx_hsspi_probe()
888 clk_disable_unprepare(bs->pll_clk); in bcm63xx_hsspi_remove()
900 clk_disable_unprepare(bs->pll_clk); in bcm63xx_hsspi_suspend()
916 if (bs->pll_clk) { in bcm63xx_hsspi_resume()
917 ret = clk_prepare_enable(bs->pll_clk); in bcm63xx_hsspi_resume()