Lines Matching refs:npl
414 struct clk *npl; member
2695 if (wsa->npl) in wsa_macro_register_mclk_output()
2696 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output()
2754 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe()
2755 if (IS_ERR(wsa->npl)) in wsa_macro_probe()
2756 return dev_err_probe(dev, PTR_ERR(wsa->npl), "unable to get npl clock\n"); in wsa_macro_probe()
2826 clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe()
2840 ret = clk_prepare_enable(wsa->npl); in wsa_macro_probe()
2880 clk_disable_unprepare(wsa->npl); in wsa_macro_probe()
2899 clk_disable_unprepare(wsa->npl); in wsa_macro_remove()
2911 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_suspend()
2928 ret = clk_prepare_enable(wsa->npl); in wsa_macro_runtime_resume()
2945 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_resume()