Lines Matching +full:p +full:- +full:384
1 // SPDX-License-Identifier: GPL-2.0-only
12 #include <linux/clk-provider.h>
15 #include <dt-bindings/clock/qcom,lcc-msm8960.h>
18 #include "clk-regmap.h"
19 #include "clk-pll.h"
20 #include "clk-rcg.h"
21 #include "clk-branch.h"
22 #include "clk-regmap-divider.h"
23 #include "clk-regmap-mux.h"
104 .p = { \
239 { 256000, P_PLL4, 4, 1, 384 },
266 .p = {
336 .p = {
446 { .compatible = "qcom,lcc-msm8960" },
447 { .compatible = "qcom,lcc-apq8064" },
448 { .compatible = "qcom,lcc-mdm9615" },
458 /* patch for the cxo <-> pxo difference */ in lcc_msm8960_probe()
459 if (of_device_is_compatible(pdev->dev.of_node, "qcom,lcc-mdm9615")) { in lcc_msm8960_probe()
484 return qcom_cc_really_probe(&pdev->dev, &lcc_msm8960_desc, regmap); in lcc_msm8960_probe()
490 .name = "lcc-msm8960",
498 MODULE_ALIAS("platform:lcc-msm8960");