Home
last modified time | relevance | path

Searched full:eclk (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/linux/drivers/media/i2c/
H A Dov02a10.c107 struct clk *eclk; member
135 * eclk 24Mhz
412 ret = clk_prepare_enable(ov02a10->eclk); in ov02a10_power_on()
414 dev_err(dev, "failed to enable eclk\n"); in ov02a10_power_on()
442 clk_disable_unprepare(ov02a10->eclk); in ov02a10_power_on()
454 clk_disable_unprepare(ov02a10->eclk); in ov02a10_power_off()
886 ov02a10->eclk = devm_clk_get(dev, "eclk"); in ov02a10_probe()
887 if (IS_ERR(ov02a10->eclk)) in ov02a10_probe()
888 return dev_err_probe(dev, PTR_ERR(ov02a10->eclk), in ov02a10_probe()
889 "failed to get eclk\n"); in ov02a10_probe()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Daspeed-video.txt13 - clock-names: "vclk" and "eclk"
29 clock-names = "vclk", "eclk";
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dovti,ov02a10.yaml37 - const: eclk
41 Frequency of the eclk clock in Hz.
135 clock-names = "eclk";
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Drenesas-nandc.yaml37 - const: eclk
62 clock-names = "hclk", "eclk";
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos7_drm_decon.c49 struct clk *eclk; member
716 ctx->eclk = devm_clk_get(dev, "decon0_eclk"); in decon_probe()
717 if (IS_ERR(ctx->eclk)) { in decon_probe()
719 ret = PTR_ERR(ctx->eclk); in decon_probe()
786 clk_disable_unprepare(ctx->eclk); in exynos7_decon_suspend()
812 ret = clk_prepare_enable(ctx->eclk); in exynos7_decon_resume()
814 DRM_DEV_ERROR(dev, "Failed to prepare_enable the eclk [%d]\n", in exynos7_decon_resume()
829 clk_disable_unprepare(ctx->eclk); in exynos7_decon_resume()
/openbmc/linux/arch/arm/boot/dts/calxeda/
H A Decx-common.dtsi42 clocks = <&eclk>;
180 eclk: eclk { label
/openbmc/linux/drivers/clk/
H A Dclk-aspeed.c49 [ASPEED_CLK_GATE_ECLK] = { 0, 6, "eclk-gate", "eclk", 0 }, /* Video Engine */
515 hw = clk_hw_register_mux(dev, "eclk-mux", eclk_parent_names, in aspeed_clk_probe()
523 hw = clk_hw_register_divider_table(dev, "eclk", "eclk-mux", 0, in aspeed_clk_probe()
H A Dclk-aspeed.h73 * @eclk_div_table: Divider lookup table for ECLK
H A Dclk-ast2600.c105 [ASPEED_CLK_GATE_ECLK] = { 1, 6, "eclk-gate", "eclk", 0 }, /* Video Engine */
681 hw = clk_hw_register_divider_table(dev, "eclk", NULL, 0, in aspeed_g6_clk_probe()
/openbmc/linux/drivers/media/platform/aspeed/
H A Daspeed-video.c287 struct clk *eclk; member
664 clk_disable(video->eclk); in aspeed_video_off()
677 clk_enable(video->eclk); in aspeed_video_on()
2100 video->eclk = devm_clk_get(dev, "eclk"); in aspeed_video_init()
2101 if (IS_ERR(video->eclk)) { in aspeed_video_init()
2102 dev_err(dev, "Unable to get ECLK\n"); in aspeed_video_init()
2103 return PTR_ERR(video->eclk); in aspeed_video_init()
2106 rc = clk_prepare(video->eclk); in aspeed_video_init()
2146 clk_unprepare(video->eclk); in aspeed_video_init()
2197 clk_unprepare(video->eclk); in aspeed_video_probe()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Drenesas-nand-controller.c1322 struct clk *eclk; in rnandc_probe() local
1345 eclk = clk_get(&pdev->dev, "eclk"); in rnandc_probe()
1346 if (IS_ERR(eclk)) { in rnandc_probe()
1347 ret = PTR_ERR(eclk); in rnandc_probe()
1351 rnandc->ext_clk_rate = clk_get_rate(eclk); in rnandc_probe()
1352 clk_put(eclk); in rnandc_probe()
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Duncore-memory.json43 "BriefDescription": "ECLK count",
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhwmgr_ppt.h61 uint32_t eclk; /* VCE clock */ member
H A Dvega12_hwmgr.c692 /* eclk */ in vega12_setup_default_dpm_tables()
697 "[SetupDefaultDpmTable] failed to get eclk dpm levels!", in vega12_setup_default_dpm_tables()
1220 "Failed to set soft min eclk!", in vega12_upload_dpm_min_level()
1304 "Failed to set soft max eclk!", in vega12_upload_dpm_max_level()
2496 /* eclk */ in vega12_apply_clocks_adjust_rules()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsmu7.h46 #define SMU7_MAX_LEVELS_VCE 8 // ECLK levels for VCE.
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu7.h46 #define SMU7_MAX_LEVELS_VCE 8 // ECLK levels for VCE.
H A Dsmu72.h114 #define SMU72_MAX_LEVELS_VCE 8 /* ECLK levels for VCE. */
H A Dsmu74.h139 #define SMU74_MAX_LEVELS_VCE 8 /* ECLK levels for VCE */
H A Dsmu73.h110 #define SMU73_MAX_LEVELS_VCE 8 // ECLK levels for VCE.
/openbmc/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-jtag.c59 * Clock divider for QLM JTAG operations. eclk is divided by in cvmx_helper_qlm_jtag_init()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_services_types.h65 struct dm_pp_clock_range eclk; member
/openbmc/linux/arch/x86/events/intel/
H A Duncore_snbep.c2445 * 0x7835 EDC0 EClk, EDC1 EClk, EDC2 EClk, EDC3 EClk,
2446 * EDC4 EClk, EDC5 EClk, EDC6 EClk, EDC7 EClk
2516 { /* EDC0 EClk */
2520 { /* EDC1 EClk */
2524 { /* EDC2 EClk */
2528 { /* EDC3 EClk */
2532 { /* EDC4 EClk */
2536 { /* EDC5 EClk */
2540 { /* EDC6 EClk */
2544 { /* EDC7 EClk */
/openbmc/qemu/include/hw/misc/
H A Daspeed_scu.h113 * 3:2 ECLK clock source selection
/openbmc/linux/arch/arm/boot/dts/gemini/
H A Dgemini-dlink-dir-685.dts113 /* Collides with LPC_LAD[2], UART DSR, SSP ECLK pins */
/openbmc/linux/sound/pci/asihpi/
H A Dhpi6000.c843 4 TRRD = 0b = 2 ECLK (tRRD = 14ns) in hpi6000_adapter_boot_load_dsp()
844 3-1 TRAS = 5-1 = 100b (Tras=42ns = 5 ECLK) in hpi6000_adapter_boot_load_dsp()
845 1 CAS latency = 3 ECLK in hpi6000_adapter_boot_load_dsp()

123