Lines Matching refs:apb_pclk
168 struct clk *apb_pclk; member
662 rs->apb_pclk = devm_clk_get(&pdev->dev, "apb_pclk"); in rockchip_spi_probe()
663 if (IS_ERR(rs->apb_pclk)) { in rockchip_spi_probe()
665 ret = PTR_ERR(rs->apb_pclk); in rockchip_spi_probe()
676 ret = clk_prepare_enable(rs->apb_pclk); in rockchip_spi_probe()
764 clk_disable_unprepare(rs->apb_pclk); in rockchip_spi_probe()
779 clk_disable_unprepare(rs->apb_pclk); in rockchip_spi_remove()
802 clk_disable_unprepare(rs->apb_pclk); in rockchip_spi_suspend()
815 ret = clk_prepare_enable(rs->apb_pclk); in rockchip_spi_resume()
821 clk_disable_unprepare(rs->apb_pclk); in rockchip_spi_resume()
829 clk_disable_unprepare(rs->apb_pclk); in rockchip_spi_resume()
843 clk_disable_unprepare(rs->apb_pclk); in rockchip_spi_runtime_suspend()
854 ret = clk_prepare_enable(rs->apb_pclk); in rockchip_spi_runtime_resume()
860 clk_disable_unprepare(rs->apb_pclk); in rockchip_spi_runtime_resume()