Lines Matching refs:clk_en
227 struct clk *clk, *clk_en; member
764 ret = clk_enable(q->clk_en); in fsl_qspi_prep()
770 clk_disable(q->clk_en); in fsl_qspi_prep()
783 clk_disable(q->clk_en); in fsl_qspi_unprep()
822 q->clk_en = devm_clk_get(dev, "qspi_en"); in fsl_qspi_probe()
823 if (IS_ERR(q->clk_en)) in fsl_qspi_probe()
824 return PTR_ERR(q->clk_en); in fsl_qspi_probe()
830 ret = clk_prepare_enable(q->clk_en); in fsl_qspi_probe()
943 clk_disable(q->clk_en); in fsl_qspi_probe()
956 clk_disable_unprepare(q->clk_en); in fsl_qspi_probe()
977 clk_unprepare(q->clk_en); in fsl_qspi_remove()