Home
last modified time | relevance | path

Searched full:cxo (Results 1 – 21 of 21) sorted by relevance

/kernel/linux/linux-4.19/drivers/clk/qcom/
Dclk-spmi-pmic-div.c211 struct clk *cxo; in spmi_pmic_clkdiv_probe() local
247 cxo = clk_get(dev, "xo"); in spmi_pmic_clkdiv_probe()
248 if (IS_ERR(cxo)) { in spmi_pmic_clkdiv_probe()
249 ret = PTR_ERR(cxo); in spmi_pmic_clkdiv_probe()
254 cxo_hz = clk_get_rate(cxo); in spmi_pmic_clkdiv_probe()
255 clk_put(cxo); in spmi_pmic_clkdiv_probe()
Dgcc-mdm9615.c37 static struct clk_fixed_factor cxo = { variable
41 .name = "cxo",
58 .parent_names = (const char *[]){ "cxo" },
96 .parent_names = (const char *[]){ "cxo" },
123 .parent_names = (const char *[]){ "cxo" },
152 "cxo",
162 "cxo",
171 "cxo",
1292 .parent_names = (const char *[]){ "cxo" },
1593 &cxo.hw,
Dlcc-mdm9615.c46 .parent_names = (const char *[]){ "cxo" },
63 "cxo",
Dgdsc.c41 /* Wait 2^n CXO cycles between all states. Here, n=2 (4 cycles). */
Dgcc-msm8660.c87 "cxo",
2717 ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 19200000); in gcc_msm8660_probe()
Dgcc-ipq806x.c205 "cxo",
2990 ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 25000000); in gcc_ipq806x_probe()
Dgcc-msm8960.c142 "cxo",
3468 ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 19200000); in gcc_msm8960_probe()
/kernel/linux/linux-5.10/drivers/clk/qcom/
Dclk-spmi-pmic-div.c203 struct clk *cxo; in spmi_pmic_clkdiv_probe() local
239 cxo = clk_get(dev, "xo"); in spmi_pmic_clkdiv_probe()
240 if (IS_ERR(cxo)) { in spmi_pmic_clkdiv_probe()
241 ret = PTR_ERR(cxo); in spmi_pmic_clkdiv_probe()
246 cxo_hz = clk_get_rate(cxo); in spmi_pmic_clkdiv_probe()
247 clk_put(cxo); in spmi_pmic_clkdiv_probe()
Dgcc-qcs404.c48 "cxo",
54 "cxo",
65 "cxo",
77 "cxo",
91 "cxo",
104 "cxo",
117 "cxo",
131 "cxo",
147 "cxo",
162 "cxo",
[all …]
Dgcc-mdm9615.c29 static struct clk_fixed_factor cxo = { variable
33 .name = "cxo",
50 .parent_names = (const char *[]){ "cxo" },
88 .parent_names = (const char *[]){ "cxo" },
115 .parent_names = (const char *[]){ "cxo" },
144 "cxo",
154 "cxo",
163 "cxo",
1284 .parent_names = (const char *[]){ "cxo" },
1585 &cxo.hw,
Dlcc-mdm9615.c38 .parent_names = (const char *[]){ "cxo" },
55 "cxo",
Dgdsc.c36 /* Wait 2^n CXO cycles between all states. Here, n=2 (4 cycles). */
Dgcc-msm8660.c79 "cxo",
2709 ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 19200000); in gcc_msm8660_probe()
Dgcc-ipq806x.c276 "cxo",
3066 ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 25000000); in gcc_ipq806x_probe()
Dgcc-msm8960.c293 "cxo",
3627 ret = qcom_cc_register_board_clk(dev, "cxo_board", "cxo", 19200000); in gcc_msm8960_probe()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/msm/
Dgmu.yaml49 - const: cxo
113 clock-names = "gmu", "cxo", "axi", "memnoc";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dqcom,gcc-msm8996.yaml32 - const: cxo
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/
Dsm8150.dtsi687 clock-names = "ahb", "gmu", "cxo", "axi", "memnoc";
Dsm8250.dtsi1329 clock-names = "ahb", "gmu", "cxo", "axi", "memnoc";
Dsc7180.dtsi1996 clock-names = "gmu", "cxo", "axi", "memnoc";
Dsdm845.dtsi4144 clock-names = "gmu", "cxo", "axi", "memnoc";