Lines Matching full:npl
277 struct clk *npl; member
2212 if (tx->npl) in tx_macro_register_mclk_output()
2213 parent_clk_name = __clk_get_name(tx->npl); in tx_macro_register_mclk_output()
2269 tx->npl = devm_clk_get(dev, "npl"); in tx_macro_probe()
2270 if (IS_ERR(tx->npl)) in tx_macro_probe()
2271 return dev_err_probe(dev, PTR_ERR(tx->npl), "unable to get npl clock\n"); in tx_macro_probe()
2317 /* set MCLK and NPL rates */ in tx_macro_probe()
2319 clk_set_rate(tx->npl, MCLK_FREQ); in tx_macro_probe()
2333 ret = clk_prepare_enable(tx->npl); in tx_macro_probe()
2376 clk_disable_unprepare(tx->npl); in tx_macro_probe()
2396 clk_disable_unprepare(tx->npl); in tx_macro_remove()
2410 clk_disable_unprepare(tx->npl); in tx_macro_runtime_suspend()
2427 ret = clk_prepare_enable(tx->npl); in tx_macro_runtime_resume()
2429 dev_err(dev, "unable to prepare npl\n"); in tx_macro_runtime_resume()
2444 clk_disable_unprepare(tx->npl); in tx_macro_runtime_resume()