Searched refs:npl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | lpass-tx-macro.c | 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() 2031 clk_set_rate(tx->npl, MCLK_FREQ); in tx_macro_probe() 2045 ret = clk_prepare_enable(tx->npl); in tx_macro_probe() [all...] |
H A D | lpass-wsa-macro.c | 354 struct clk *npl; member 2347 if (wsa->npl) in wsa_macro_register_mclk_output() 2348 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output() 2406 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe() 2407 if (IS_ERR(wsa->npl)) in wsa_macro_probe() 2408 return dev_err_probe(dev, PTR_ERR(wsa->npl), "unable to get npl clock\n"); in wsa_macro_probe() 2429 clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe() 2443 ret = clk_prepare_enable(wsa->npl); in wsa_macro_probe() [all...] |
H A D | lpass-rx-macro.c | 614 struct clk *npl; member 3494 if (rx->npl) in rx_macro_register_mclk_output() 3495 parent_clk_name = __clk_get_name(rx->npl); in rx_macro_register_mclk_output() 3551 rx->npl = devm_clk_get(dev, "npl"); in rx_macro_probe() 3552 if (IS_ERR(rx->npl)) in rx_macro_probe() 3553 return dev_err_probe(dev, PTR_ERR(rx->npl), "unable to get npl clock\n"); in rx_macro_probe() 3582 clk_set_rate(rx->npl, MCLK_FREQ); in rx_macro_probe() 3596 ret = clk_prepare_enable(rx->npl); in rx_macro_probe() [all...] |
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | grfioctl.h | 73 unsigned int npl, nplbytes; /* # of planes and bytes per plane */ member
|
Completed in 13 milliseconds