Home
last modified time | relevance | path

Searched full:oscin (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dti,lmk04832.yaml44 - const: oscin
154 lmk04832_oscin: oscin {
159 clock-output-names = "lmk04832-oscin";
180 clock-names = "oscin";
H A Damlogic,c3-peripherals-clkc.yaml48 - const: oscin
104 "oscin",
/linux/arch/arm/mach-davinci/
H A Dclock.h47 * OMAP-L138 system reference guide recommends a wait for 4 OSCIN/CLKIN
49 * ensures we are good for all > 4MHz OSCIN/CLKIN inputs. Typically the input
H A Dsleep.S127 /* Wait for PLL to lock (assume prediv = 1, 25MHz OSCIN) */
/linux/drivers/clk/davinci/
H A Dpll-da850.c58 "oscin",
177 "oscin",
202 davinci_pll_clk_register(dev, &da850_pll1_info, "oscin", base, cfgchip); in da850_pll1_init()
H A Dpll.c32 #define OSCIN_CLK_NAME "oscin"
79 * OMAP-L138 system reference guide recommends a wait for 4 OSCIN/CLKIN
81 * ensures we are good for all > 4MHz OSCIN/CLKIN inputs. Typically the input
356 * OSCIN > [PREDIV >] PLL > [POSTDIV >] PLLEN
358 * - OSCIN is the parent clock (on secondary PLL, may come from primary PLL)
388 * We register a clock named "oscin" that serves as the internal in davinci_pll_clk_register()
391 * OBSCLK domains. NB: The various TRMs use "OSCIN" to mean in davinci_pll_clk_register()
/linux/drivers/media/cec/platform/meson/
H A Dao-cec-g12a.c184 struct clk *oscin; member
350 parent_name = __clk_get_name(ao_cec->oscin); in meson_ao_cec_g12a_setup_clk()
696 ao_cec->oscin = devm_clk_get(&pdev->dev, "oscin"); in meson_ao_cec_g12a_probe()
697 if (IS_ERR(ao_cec->oscin)) { in meson_ao_cec_g12a_probe()
698 dev_err(&pdev->dev, "oscin clock request failed\n"); in meson_ao_cec_g12a_probe()
699 ret = PTR_ERR(ao_cec->oscin); in meson_ao_cec_g12a_probe()
/linux/drivers/clk/meson/
H A Dc3-peripherals.c60 .fw_name = "oscin",
147 { .fw_name = "oscin" },
410 { .fw_name = "oscin" },
474 { .fw_name = "oscin" },
526 { .fw_name = "oscin" },
674 { .fw_name = "oscin" },
837 { .fw_name = "oscin" },
998 .fw_name = "oscin",
1082 { .fw_name = "oscin" },
1321 { .fw_name = "oscin" }
[all …]
/linux/drivers/clk/
H A Dclk-lmk04832.c241 * @oscin: PLL2 input clock
260 struct clk *oscin; member
444 * @prate: parent rate to the PLL2, usually OSCin
456 * VCO = OSCin * 2 * PLL2_N * PLL2_P / PLL2_R
597 parent_names[0] = __clk_get_name(lmk->oscin); in lmk04832_register_vco()
1408 lmk->oscin = devm_clk_get_enabled(lmk->dev, "oscin"); in lmk04832_probe()
1409 if (IS_ERR(lmk->oscin)) { in lmk04832_probe()
1410 dev_err(lmk->dev, "failed to get oscin clock\n"); in lmk04832_probe()
1411 return PTR_ERR(lmk->oscin); in lmk04832_probe()
/linux/Documentation/devicetree/bindings/media/cec/
H A Damlogic,meson-gx-ao-cec.yaml71 - const: oscin
/linux/Documentation/devicetree/bindings/clock/ti/davinci/
H A Dpll.txt19 wave input on the OSCIN pin instead of using a crystal oscillator.
/linux/arch/arm64/boot/dts/amlogic/
H A Damlogic-c3.dtsi139 "oscin",
H A Dmeson-g12-common.dtsi2058 clock-names = "oscin";