Lines Matching full:npl
419 struct clk *npl; member
2754 if (wsa->npl) in wsa_macro_register_mclk_output()
2755 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output()
2813 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe()
2814 if (IS_ERR(wsa->npl)) in wsa_macro_probe()
2815 return dev_err_probe(dev, PTR_ERR(wsa->npl), "unable to get npl clock\n"); in wsa_macro_probe()
2884 /* set MCLK and NPL rates */ in wsa_macro_probe()
2886 clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe()
2900 ret = clk_prepare_enable(wsa->npl); in wsa_macro_probe()
2940 clk_disable_unprepare(wsa->npl); in wsa_macro_probe()
2959 clk_disable_unprepare(wsa->npl); in wsa_macro_remove()
2971 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_suspend()
2988 ret = clk_prepare_enable(wsa->npl); in wsa_macro_runtime_resume()
3005 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_resume()