/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,lpass-rx-macro.yaml | 67 - const: npl 73 - const: npl 91 - const: npl 128 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
H A D | qcom,lpass-tx-macro.yaml | 71 - const: npl 77 - const: npl 95 - const: npl 132 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
H A D | qcom,lpass-wsa-macro.yaml | 71 - const: npl 88 - const: npl 128 clock-names = "mclk", "npl", "macro", "dcodec", "va", "fsgen";
|
H A D | qcom,lpass-va-macro.yaml | 112 - const: npl
|
/openbmc/linux/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() 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() 2084 clk_disable_unprepare(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() 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 …]
|
H A D | lpass-macro-common.h | 9 /* NPL clock is expected */
|
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() 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 …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | NPL-1.1 | 5 The Netscape Public License Version 1.1 ("NPL") consists of the Mozilla Public License Version 1.1 … 32 …in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ 41 …NPL, indicate your decision by deleting the provisions above and replace them with the notice an… 137 …e so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly…
|
H A D | NPL-1.0 | 55 …so that the phrases ``Mozilla'', ``MOZILLAPL'', ``MOZPL'', ``Netscape'', ``NPL'' or any confusingl… 96 …in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/
|
H A D | Interbase-1.0 | 126 … the phrases ''Mozilla'', ''MOZILLAPL'', ''MOZPL'', ''Netscape'', "MPL", ''NPL", "Interbase", "ISC… 175 …rmits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative …
|
H A D | MPL-1.0 | 86 …so that the phrases ``Mozilla``, ``MOZILLAPL``, ``MOZPL``, ``Netscape``, ``NPL`` or any confusingl…
|
H A D | NOSL | 134 …rmits you to utilize portions of the Covered Code under Your choice of the NPL or the alternative …
|
H A D | MPL-1.1 | 116 …e so that the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", "MPL", "NPL" or any confusingly…
|
H A D | CUA-OPL-1.0 | 433 Your choice of the NPL or the alternative licenses, if any, specified
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros-fedora.bb | 17 …& NPL-1.1 & libtiff & Vim & curl & EUPL-1.1 & OFL-1.1 & OFL-1.1-RFN & FTL & Info-ZIP & Interbase-1… 78 file://${COMMON_LICENSE_DIR}/NPL-1.1;md5=f9c017c062c1b02462efb915d9f2cb63 \
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6prm.h | 69 /* Clock ID for NPL MCLK for WSA2 core */
|
/openbmc/linux/include/dt-bindings/sound/ |
H A D | qcom,q6dsp-lpass-ports.h | 206 /* Clock ID for NPL MCLK for WSA2 core */
|
/openbmc/u-boot/drivers/net/ |
H A D | ne2000.c | 163 { /* Volktek NPL-402CT */ 0x0060, 0x00, 0x40, 0x05, 0 },
|
/openbmc/linux/LICENSES/dual/ |
H A D | MPL-1.1 | 310 "MPL", "NPL" or any confusingly similar phrase do not appear in your
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm8450.dtsi | 2278 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2325 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2372 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2392 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2468 clock-names = "mclk", "macro", "dcodec", "npl";
|
H A D | sc8280xp.dtsi | 2729 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2785 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2805 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2895 clock-names = "mclk", "macro", "dcodec", "npl";
|
H A D | sm8250.dtsi | 2285 clock-names = "mclk", "npl", "macro", "dcodec", "va", "fsgen"; 2356 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen"; 2402 clock-names = "mclk", "npl", "macro", "dcodec", "fsgen";
|
/openbmc/openbmc/poky/meta/files/ |
H A D | spdx-licenses.json | 5826 "detailsUrl": "https://spdx.org/licenses/NPL-1.0.json", 5830 "licenseId": "NPL-1.0", 5832 "reference": "https://spdx.org/licenses/NPL-1.0.html", 5835 "http://www.mozilla.org/MPL/NPL/1.0/" 5839 "detailsUrl": "https://spdx.org/licenses/NPL-1.1.json", 5843 "licenseId": "NPL-1.1", 5845 "reference": "https://spdx.org/licenses/NPL-1.1.html", 5848 "http://www.mozilla.org/MPL/NPL/1.1/"
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A 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 …
|