Lines Matching refs:npl
278 struct clk *npl; member
2213 if (tx->npl) in tx_macro_register_mclk_output()
2214 parent_clk_name = __clk_get_name(tx->npl); in tx_macro_register_mclk_output()
2270 tx->npl = devm_clk_get(dev, "npl"); in tx_macro_probe()
2271 if (IS_ERR(tx->npl)) in tx_macro_probe()
2272 return dev_err_probe(dev, PTR_ERR(tx->npl), "unable to get npl clock\n"); in tx_macro_probe()
2320 clk_set_rate(tx->npl, MCLK_FREQ); in tx_macro_probe()
2334 ret = clk_prepare_enable(tx->npl); in tx_macro_probe()
2377 clk_disable_unprepare(tx->npl); in tx_macro_probe()
2397 clk_disable_unprepare(tx->npl); in tx_macro_remove()
2411 clk_disable_unprepare(tx->npl); in tx_macro_runtime_suspend()
2428 ret = clk_prepare_enable(tx->npl); in tx_macro_runtime_resume()
2445 clk_disable_unprepare(tx->npl); in tx_macro_runtime_resume()