Searched full:npl (Results 1 – 11 of 11) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | lpass-va-macro.c | 208 struct clk *npl; member 1401 parent = va->npl; in va_macro_register_fsgen_output() 1566 va->npl = devm_clk_get(dev, "npl"); in va_macro_probe() 1567 if (IS_ERR(va->npl)) { in va_macro_probe() 1568 ret = PTR_ERR(va->npl); in va_macro_probe() 1572 clk_set_rate(va->npl, 2 * VA_MACRO_MCLK_FREQ); in va_macro_probe() 1588 ret = clk_prepare_enable(va->npl); in va_macro_probe() 1651 clk_disable_unprepare(va->npl); in va_macro_probe() 1669 clk_disable_unprepare(va->npl); in va_macro_remove() [all...] |
H A D | lpass-tx-macro.c | 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() [all …]
|
H A D | lpass-wsa-macro.c | 419 struct clk *npl; member 2754 if (wsa->npl) in wsa_macro_register_mclk_output() 2755 parent_clk_name = __clk_get_name(wsa->npl); in wsa_macro_register_mclk_output() 2813 wsa->npl = devm_clk_get(dev, "npl"); in wsa_macro_probe() 2814 if (IS_ERR(wsa->npl)) in wsa_macro_probe() 2815 return dev_err_probe(dev, PTR_ERR(wsa->npl), "unable to get npl clock\n"); in wsa_macro_probe() 2884 /* set MCLK and NPL rates */ in wsa_macro_probe() 2886 clk_set_rate(wsa->npl, WSA_MACRO_MCLK_FREQ); in wsa_macro_probe() 2900 ret = clk_prepare_enable(wsa->npl); in wsa_macro_probe() 2940 clk_disable_unprepare(wsa->npl); in wsa_macro_probe() [all …]
|
H A D | lpass-macro-common.h | 9 /* NPL clock is expected */
|
H A D | lpass-rx-macro.c | 664 struct clk *npl; member 3740 if (rx->npl) in rx_macro_register_mclk_output() 3741 parent_clk_name = __clk_get_name(rx->npl); in rx_macro_register_mclk_output() 3797 rx->npl = devm_clk_get(dev, "npl"); in rx_macro_probe() 3798 if (IS_ERR(rx->npl)) in rx_macro_probe() 3799 return dev_err_probe(dev, PTR_ERR(rx->npl), "unable to get npl clock\n"); in rx_macro_probe() 3873 /* set MCLK and NPL rates */ in rx_macro_probe() 3875 clk_set_rate(rx->npl, MCLK_FREQ); in rx_macro_probe() 3889 ret = clk_prepare_enable(rx->npl); in rx_macro_probe() 3930 clk_disable_unprepare(rx->npl); in rx_macro_probe() [all …]
|
/linux/sound/soc/qcom/qdsp6/ |
H A D | q6prm.h | 69 /* Clock ID for NPL MCLK for WSA2 core */
|
/linux/include/dt-bindings/sound/ |
H A D | qcom,q6dsp-lpass-ports.h | 207 /* Clock ID for NPL MCLK for WSA2 core */
|
/linux/LICENSES/dual/ |
H A D | MPL-1.1 | 310 "MPL", "NPL" or any confusingly similar phrase do not appear in your
|
/linux/drivers/gpu/drm/radeon/ |
H A D | atombios.h | 6582 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used for calcula… 6609 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used … 6651 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used … 6682 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used …
|
/linux/drivers/gpu/drm/amd/include/ |
H A D | atombios.h | 7795 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay,… 7822 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used … 7864 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used … 7896 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used …
|
/linux/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 190 { /* Volktek NPL-402CT */ 0x0060, 0x00, 0x40, 0x05, 0 },
|