Home
last modified time | relevance | path

Searched refs:npl (Results 1 – 5 of 5) sorted by relevance

/linux/sound/soc/codecs/
H A Dlpass-rx-macro.c665 struct clk *npl;
3739 if (rx->npl) in rx_macro_register_mclk_output()
3740 parent_clk_name = __clk_get_name(rx->npl); in rx_macro_register_mclk_output()
3796 rx->npl = devm_clk_get(dev, "npl"); in rx_macro_probe()
3797 if (IS_ERR(rx->npl)) in rx_macro_probe()
3798 return dev_err_probe(dev, PTR_ERR(rx->npl), "unable to get npl clock\n"); in rx_macro_probe()
3877 ret = clk_set_rate(rx->npl, MCLK_FREQ); in rx_macro_probe()
664 struct clk *npl; global() member
H A Dlpass-va-macro.c217 struct clk *npl; member
1421 parent = va->npl; in va_macro_register_fsgen_output()
1613 va->npl = devm_clk_get(dev, "npl"); in va_macro_probe()
1614 if (IS_ERR(va->npl)) { in va_macro_probe()
1615 ret = PTR_ERR(va->npl); in va_macro_probe()
1619 ret = clk_set_rate(va->npl, 2 * VA_MACRO_MCLK_FREQ); in va_macro_probe()
H A Dlpass-tx-macro.c278 struct clk *npl; member
2217 if (tx->npl) in tx_macro_register_mclk_output()
2218 parent_clk_name = __clk_get_name(tx->npl); in tx_macro_register_mclk_output()
2274 tx->npl = devm_clk_get(dev, "npl"); in tx_macro_probe()
2275 if (IS_ERR(tx->npl)) in tx_macro_probe()
2276 return dev_err_probe(dev, PTR_ERR(tx->npl), "unable to get npl clock\n"); in tx_macro_probe()
2327 ret = clk_set_rate(tx->npl, MCLK_FREQ); in tx_macro_probe()
H A Dlpass-wsa-macro.c419 struct clk *npl; member
2647 if (wsa->npl) in wsa_macro_register_mclk_output()
2648 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output()
2706 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe()
2707 if (IS_ERR(wsa->npl)) in wsa_macro_probe()
2708 return dev_err_probe(dev, PTR_ERR(wsa->npl), "unable to get npl clock\n"); in wsa_macro_probe()
2780 ret = clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe()
/linux/arch/arm64/boot/dts/qcom/
H A Dsc8280xp.dtsi3043 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
3099 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
3119 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
3209 clock-names = "mclk", "macro", "dcodec", "npl";