Home
last modified time | relevance | path

Searched refs:force_on (Results 1 – 9 of 9) sorted by relevance

/linux/arch/arm/mach-omap2/
A Dmcbsp.c34 static int omap3_mcbsp_force_ick_on(struct clk *clk, bool force_on) in omap3_mcbsp_force_ick_on() argument
39 if (force_on) in omap3_mcbsp_force_ick_on()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hwseq.c378 bool force_on = true; /* disable power gating */ in dcn31_enable_power_gating_plane() local
381 force_on = false; in dcn31_enable_power_gating_plane()
384 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
385 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
388 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
389 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
392 REG_UPDATE(DOMAIN16_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
393 REG_UPDATE(DOMAIN17_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
394 REG_UPDATE(DOMAIN18_PG_CONFIG, DOMAIN_POWER_FORCEON, force_on); in dcn31_enable_power_gating_plane()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c192 bool force_on = true; /* disable power gating */ in dcn20_enable_power_gating_plane() local
195 force_on = false; in dcn20_enable_power_gating_plane()
198 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
199 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
200 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
201 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
203 REG_UPDATE(DOMAIN8_PG_CONFIG, DOMAIN8_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
208 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
209 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
210 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn20_enable_power_gating_plane()
[all …]
/linux/include/linux/platform_data/
A Dasoc-ti-mcbsp.h29 int (*force_ick_on)(struct clk *clk, bool force_on);
/linux/drivers/gpu/drm/gma500/
A Dpower.c249 bool gma_power_begin(struct drm_device *dev, bool force_on) in gma_power_begin() argument
264 if (force_on == false) in gma_power_begin()
/linux/drivers/gpu/drm/i915/
A Dvlv_suspend.c305 static int vlv_force_gfx_clock(struct drm_i915_private *i915, bool force_on) in vlv_force_gfx_clock() argument
313 if (force_on) in vlv_force_gfx_clock()
317 if (!force_on) in vlv_force_gfx_clock()
/linux/arch/x86/kernel/cpu/resctrl/
A Dcore.c708 bool force_off, force_on; member
740 o->force_on = true; in set_rdt_options()
761 if (o->force_on) in rdt_cpu_has()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c558 bool force_on = true; /* disable power gating */ in dcn10_enable_power_gating_plane() local
561 force_on = false; in dcn10_enable_power_gating_plane()
564 REG_UPDATE(DOMAIN0_PG_CONFIG, DOMAIN0_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
565 REG_UPDATE(DOMAIN2_PG_CONFIG, DOMAIN2_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
566 REG_UPDATE(DOMAIN4_PG_CONFIG, DOMAIN4_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
567 REG_UPDATE(DOMAIN6_PG_CONFIG, DOMAIN6_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
570 REG_UPDATE(DOMAIN1_PG_CONFIG, DOMAIN1_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
571 REG_UPDATE(DOMAIN3_PG_CONFIG, DOMAIN3_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
572 REG_UPDATE(DOMAIN5_PG_CONFIG, DOMAIN5_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
573 REG_UPDATE(DOMAIN7_PG_CONFIG, DOMAIN7_POWER_FORCEON, force_on); in dcn10_enable_power_gating_plane()
/linux/drivers/iommu/intel/
A Diommu.c166 static int force_on = 0; variable
3459 if (force_on) in init_dmars()
3614 if (force_on) in init_iommu_hw()
3688 if (force_on) in iommu_resume()
3983 if (force_on) in intel_iommu_add()
4412 force_on = (!intel_iommu_tboot_noforce && tboot_force_iommu()) || in intel_iommu_init()
4416 if (force_on) in intel_iommu_init()
4423 if (force_on) in intel_iommu_init()
4429 if (force_on) in intel_iommu_init()
4486 if (force_on) in intel_iommu_init()

Completed in 38 milliseconds