Searched full:oscin (Results 1 – 13 of 13) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A D | ti,lmk04832.yaml | 44 - const: oscin 154 lmk04832_oscin: oscin { 159 clock-output-names = "lmk04832-oscin"; 180 clock-names = "oscin";
|
H A D | amlogic,c3-peripherals-clkc.yaml | 48 - const: oscin 104 "oscin",
|
/linux/arch/arm/mach-davinci/ |
H A D | clock.h | 47 * 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 D | sleep.S | 127 /* Wait for PLL to lock (assume prediv = 1, 25MHz OSCIN) */
|
/linux/drivers/clk/davinci/ |
H A D | pll-da850.c | 58 "oscin", 177 "oscin", 202 davinci_pll_clk_register(dev, &da850_pll1_info, "oscin", base, cfgchip); in da850_pll1_init()
|
H A D | pll.c | 32 #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 D | ao-cec-g12a.c | 184 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 D | c3-peripherals.c | 60 .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 D | clk-lmk04832.c | 241 * @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 D | amlogic,meson-gx-ao-cec.yaml | 71 - const: oscin
|
/linux/Documentation/devicetree/bindings/clock/ti/davinci/ |
H A D | pll.txt | 19 wave input on the OSCIN pin instead of using a crystal oscillator.
|
/linux/arch/arm64/boot/dts/amlogic/ |
H A D | amlogic-c3.dtsi | 139 "oscin",
|
H A D | meson-g12-common.dtsi | 2058 clock-names = "oscin";
|