Lines Matching full:npl
419 struct clk *npl; member
2746 if (wsa->npl) in wsa_macro_register_mclk_output()
2747 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output()
2805 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe()
2806 if (IS_ERR(wsa->npl)) in wsa_macro_probe()
2807 return dev_err_probe(dev, PTR_ERR(wsa->npl), "unable to get npl clock\n"); in wsa_macro_probe()
2875 /* set MCLK and NPL rates */ in wsa_macro_probe()
2877 clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe()
2891 ret = clk_prepare_enable(wsa->npl); in wsa_macro_probe()
2931 clk_disable_unprepare(wsa->npl); in wsa_macro_probe()
2950 clk_disable_unprepare(wsa->npl); in wsa_macro_remove()
2962 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_suspend()
2979 ret = clk_prepare_enable(wsa->npl); in wsa_macro_runtime_resume()
2996 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_resume()