Lines Matching full:npl
266 struct clk *npl; member
1923 if (tx->npl) in tx_macro_register_mclk_output()
1924 parent_clk_name = __clk_get_name(tx->npl); in tx_macro_register_mclk_output()
1981 tx->npl = devm_clk_get(dev, "npl"); in tx_macro_probe()
1982 if (IS_ERR(tx->npl)) in tx_macro_probe()
1983 return dev_err_probe(dev, PTR_ERR(tx->npl), "unable to get npl clock\n"); in tx_macro_probe()
2029 /* set MCLK and NPL rates */ in tx_macro_probe()
2031 clk_set_rate(tx->npl, MCLK_FREQ); in tx_macro_probe()
2045 ret = clk_prepare_enable(tx->npl); in tx_macro_probe()
2088 clk_disable_unprepare(tx->npl); in tx_macro_probe()
2108 clk_disable_unprepare(tx->npl); in tx_macro_remove()
2122 clk_disable_unprepare(tx->npl); in tx_macro_runtime_suspend()
2139 ret = clk_prepare_enable(tx->npl); in tx_macro_runtime_resume()
2141 dev_err(dev, "unable to prepare npl\n"); in tx_macro_runtime_resume()
2156 clk_disable_unprepare(tx->npl); in tx_macro_runtime_resume()