/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | qcom,lpass-tx-macro.yaml | 78 - const: npl 84 - const: npl 102 - const: npl 120 - const: npl 157 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
D | qcom,lpass-rx-macro.yaml | 73 - const: npl 79 - const: npl 97 - const: npl 135 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
D | qcom,lpass-wsa-macro.yaml | 77 - const: npl 94 - const: npl 135 clock-names = "mclk", "npl", "macro", "dcodec", "va", "fsgen";
|
D | qcom,lpass-va-macro.yaml | 118 - const: npl
|
/linux-6.8/sound/soc/codecs/ |
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() 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() [all …]
|
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() 2427 /* set MCLK and NPL rates */ 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() 2483 clk_disable_unprepare(wsa->npl); in wsa_macro_probe() [all …]
|
D | lpass-macro-common.h | 9 /* NPL clock is expected */
|
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() 3580 /* set MCLK and NPL rates */ 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() 3637 clk_disable_unprepare(rx->npl); in rx_macro_probe() [all …]
|
/linux-6.8/sound/soc/qcom/qdsp6/ |
D | q6prm.h | 69 /* Clock ID for NPL MCLK for WSA2 core */
|
/linux-6.8/include/dt-bindings/sound/ |
D | qcom,q6dsp-lpass-ports.h | 206 /* Clock ID for NPL MCLK for WSA2 core */
|
/linux-6.8/LICENSES/dual/ |
D | MPL-1.1 | 310 "MPL", "NPL" or any confusingly similar phrase do not appear in your
|
/linux-6.8/arch/arm64/boot/dts/qcom/ |
D | sm8450.dtsi | 2358 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2403 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2447 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2462 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2538 clock-names = "mclk", "macro", "dcodec", "npl";
|
D | sc8280xp.dtsi | 2720 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2776 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2796 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2886 clock-names = "mclk", "macro", "dcodec", "npl";
|
D | sm8250.dtsi | 2575 clock-names = "mclk", "npl", "macro", "dcodec", "va", "fsgen"; 2646 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2692 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
D | sc7280.dtsi | 2437 clock-names = "mclk", "npl", "fsgen"; 2490 clock-names = "mclk", "npl", "fsgen";
|
/linux-6.8/drivers/gpu/drm/radeon/ |
D | atombios.h | 6583 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used for calcula… 6610 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used … 6652 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used … 6683 …UCHAR ucNPL_RT; // board dependent parameter:NPL round trip delay, used …
|
/linux-6.8/drivers/gpu/drm/amd/include/ |
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-6.8/drivers/net/ethernet/8390/ |
D | pcnet_cs.c | 190 { /* Volktek NPL-402CT */ 0x0060, 0x00, 0x40, 0x05, 0 },
|