Lines Matching refs:npl
265 struct clk *npl; member
1775 parent_clk_name = __clk_get_name(tx->npl); in tx_macro_register_mclk_output()
1826 tx->npl = devm_clk_get(dev, "npl"); in tx_macro_probe()
1827 if (IS_ERR(tx->npl)) in tx_macro_probe()
1828 return PTR_ERR(tx->npl); in tx_macro_probe()
1870 clk_set_rate(tx->npl, 2 * MCLK_FREQ); in tx_macro_probe()
1884 ret = clk_prepare_enable(tx->npl); in tx_macro_probe()
1913 clk_disable_unprepare(tx->npl); in tx_macro_probe()
1933 clk_disable_unprepare(tx->npl); in tx_macro_remove()
1949 clk_disable_unprepare(tx->npl); in tx_macro_runtime_suspend()
1966 ret = clk_prepare_enable(tx->npl); in tx_macro_runtime_resume()
1983 clk_disable_unprepare(tx->npl); in tx_macro_runtime_resume()