Lines Matching refs:npl
351 struct clk *npl; member
2358 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output()
2408 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe()
2409 if (IS_ERR(wsa->npl)) in wsa_macro_probe()
2410 return PTR_ERR(wsa->npl); in wsa_macro_probe()
2430 clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe()
2444 ret = clk_prepare_enable(wsa->npl); in wsa_macro_probe()
2474 clk_disable_unprepare(wsa->npl); in wsa_macro_probe()
2493 clk_disable_unprepare(wsa->npl); in wsa_macro_remove()
2507 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_suspend()
2524 ret = clk_prepare_enable(wsa->npl); in wsa_macro_runtime_resume()
2541 clk_disable_unprepare(wsa->npl); in wsa_macro_runtime_resume()