Searched +full:sm8250 +full:- +full:lpass +full:- +full:aoncc (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | qcom,aoncc-sm8250.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/qcom,aoncc-sm8250.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: LPASS Always ON Clock Controller on SM8250 SoCs 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 15 See include/dt-bindings/clock/qcom,sm8250-lpass-aoncc.h for the full list 20 const: qcom,sm8250-lpass-aoncc 25 '#clock-cells': 30 - description: LPASS Core voting clock [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A 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 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 15 - enum: 16 - qcom,sc7280-lpass-wsa-macro 17 - qcom,sm8250-lpass-wsa-macro 18 - qcom,sm8450-lpass-wsa-macro [all …]
|
/linux/drivers/clk/qcom/ |
H A 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 …]
|