Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dov02a10.c107 struct clk *eclk; member
412 ret = clk_prepare_enable(ov02a10->eclk); 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()
897 ret = clk_set_rate(ov02a10->eclk, ov02a10->eclk_freq); in ov02a10_probe()
902 if (clk_get_rate(ov02a10->eclk) != OV02A10_ECLK_FREQ) in ov02a10_probe()
/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/mtd/
H A Drenesas-nandc.yaml37 - const: eclk
62 clock-names = "hclk", "eclk";
/openbmc/linux/arch/arm/boot/dts/calxeda/
H A Decx-common.dtsi42 clocks = <&eclk>;
180 eclk: eclk { label
/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/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()
829 clk_disable_unprepare(ctx->eclk); in exynos7_decon_resume()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dhwmgr_ppt.h61 uint32_t eclk; /* VCE clock */ member
H A Dprocess_pptables_v1_0.c745 mm_table_record->eclk = le32_to_cpu(mm_dependency_record->ulEClk); in get_mm_clock_voltage_table()
H A Dvega10_processpptables.c365 mm_table->entries[i].eclk = le32_to_cpu(mm_dependency_record->ulEClk); in get_mm_clock_voltage_table()
H A Dvega10_hwmgr.c1386 dep_mm_table->entries[i].eclk) { in vega10_setup_default_dpm_tables()
1388 dep_mm_table->entries[i].eclk; in vega10_setup_default_dpm_tables()
2009 if (dep_table->entries[i].eclk == eclock) in vega10_populate_single_eclock_level()
/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()
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()
2219 clk_unprepare(video->eclk); in aspeed_video_remove()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_services_types.h65 struct dm_pp_clock_range eclk; member
/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/include/uapi/drm/
H A Damdgpu_drm.h1189 __u32 eclk; member
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr9a06g032.dtsi284 clock-names = "hclk", "eclk";
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h287 uint32_t eclk; member
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-g4.dtsi247 clock-names = "vclk", "eclk";
H A Daspeed-g5.dtsi313 clock-names = "vclk", "eclk";
H A Daspeed-g6.dtsi454 clock-names = "vclk", "eclk";
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c910 vce_clk_table.entries[i].eclk = vce_state->evclk; in amdgpu_info_ioctl()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c600 &smu->smu_table.boot_values.eclk); in smu_v11_0_get_vbios_bootup_values()
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c1211 table->VceLevel[count].Frequency = mm_table->entries[count].eclk; in vegam_populate_smc_vce_level()
H A Dfiji_smumgr.c1433 table->VceLevel[count].Frequency = mm_table->entries[count].eclk; in fiji_populate_smc_vce_level()
H A Dpolaris10_smumgr.c1382 table->VceLevel[count].Frequency = mm_table->entries[count].eclk; in polaris10_populate_smc_vce_level()
H A Dtonga_smumgr.c1385 mm_table->entries[count].eclk; in tonga_populate_smc_vce_level()