Lines Matching +full:gcc +full:- +full:msm8916
1 // SPDX-License-Identifier: GPL-2.0-only
13 #include <linux/clk-provider.h>
15 #include <linux/reset-controller.h>
17 #include <dt-bindings/clock/qcom,gcc-msm8916.h>
18 #include <dt-bindings/reset/qcom,gcc-msm8916.h>
21 #include "clk-regmap.h"
22 #include "clk-pll.h"
23 #include "clk-rcg.h"
24 #include "clk-branch.h"
964 * Please note that MND divider must be enabled for duty-cycle
968 * DutyCycle = ----------------
972 * Otherwise duty-cycle control would be limited.
973 * (e.g. for 8-bit NMD N should be less than 128)
3425 { .compatible = "qcom,gcc-msm8916" },
3433 struct device *dev = &pdev->dev; in gcc_msm8916_probe()
3449 .name = "gcc-msm8916",
3466 MODULE_DESCRIPTION("Qualcomm GCC MSM8916 Driver");
3468 MODULE_ALIAS("platform:gcc-msm8916");