Searched +full:sm8250 +full:- +full:lpass +full:- +full:audiocc (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | qcom,audiocc-sm8250.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,audiocc-sm8250.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Clock bindings for LPASS Audio Clock Controller on SM8250 SoCs 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 15 See include/dt-bindings/clock/qcom,sm8250-lpass-audiocc.h for the full list 20 const: qcom,sm8250-lpass-audiocc 25 '#clock-cells': 30 - description: LPASS Core voting clock [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | qcom,lpass-rx-macro.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,lpass-rx-macro.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPASS(Low Power Audio Subsystem) RX Macro audio codec DT bindings 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 15 - qcom,sc7280-lpass-rx-macro 16 - qcom,sm8250-lpass-rx-macro 17 - qcom,sm8450-lpass-rx-macro 18 - qcom,sc8280xp-lpass-rx-macro [all …]
|
D | qcom,lpass-wsa-macro.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,lpass-wsa-macro.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPASS(Low Power Audio Subsystem) VA Macro audio codec DT bindings 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 15 - qcom,sc7280-lpass-wsa-macro 16 - qcom,sm8250-lpass-wsa-macro 17 - qcom,sm8450-lpass-wsa-macro 18 - qcom,sc8280xp-lpass-wsa-macro [all …]
|
/Linux-v6.1/drivers/clk/qcom/ |
D | lpass-gfm-sm8250.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * LPASS Audio CC and Always ON CC Glitch Free Mux clock driver 11 #include <linux/clk-provider.h> 20 #include <dt-bindings/clock/qcom,sm8250-lpass-audiocc.h> 21 #include <dt-bindings/clock/qcom,sm8250-lpass-aoncc.h> 42 return readl(clk->gfm_mux) & clk->mux_mask; in clk_gfm_get_parent() 50 val = readl(clk->gfm_mux); in clk_gfm_set_parent() 53 val |= clk->mux_mask; in clk_gfm_set_parent() 55 val &= ~clk->mux_mask; in clk_gfm_set_parent() 58 writel(val, clk->gfm_mux); in clk_gfm_set_parent() [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | sm8250.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/qcom,dispcc-sm8250.h> 8 #include <dt-bindings/clock/qcom,gcc-sm8250.h> 9 #include <dt-bindings/clock/qcom,gpucc-sm8250.h> 10 #include <dt-bindings/clock/qcom,rpmh.h> 11 #include <dt-bindings/clock/qcom,sm8250-lpass-aoncc.h> 12 #include <dt-bindings/clock/qcom,sm8250-lpass-audiocc.h> 13 #include <dt-bindings/dma/qcom-gpi.h> 14 #include <dt-bindings/gpio/gpio.h> [all …]
|