Searched +full:sm8250 +full:- +full:lpass +full:- +full:aoncc (Results 1 – 2 of 2) sorted by relevance
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 SoCs10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org>15 See include/dt-bindings/clock/qcom,sm8250-lpass-aoncc.h for the full list20 const: qcom,sm8250-lpass-aoncc25 '#clock-cells':30 - description: LPASS Core voting clock[all …]
1 // SPDX-License-Identifier: GPL-2.03 * LPASS Audio CC and Always ON CC Glitch Free Mux clock driver11 #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 …]