Searched refs:dstate (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/arch/x86/platform/atom/ |
D | punit_atom_debug.c | 129 u32 punit_pwr_status, dstate; in punit_s2idle_check() local 142 dstate = (punit_pwr_status >> punit_devp->sss_pos) & 3; in punit_s2idle_check() 143 if (!dstate) in punit_s2idle_check()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 312 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work() 318 pstate = max(pstate, clk->dstate); in nvkm_pstate_work() 554 if (!rel) clk->dstate = req; in nvkm_clk_dstate() 555 if ( rel) clk->dstate += rel; in nvkm_clk_dstate() 556 clk->dstate = min(clk->dstate, clk->state_nr - 1); in nvkm_clk_dstate() 557 clk->dstate = max(clk->dstate, 0); in nvkm_clk_dstate() 616 clk->dstate = 0; in nvkm_clk_init()
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | intel_clock_gating.c | 645 u32 dstate = intel_uncore_read(&i915->uncore, D_STATE); in gen3_init_clock_gating() local 647 dstate |= DSTATE_PLL_D3_OFF | DSTATE_GFX_CLOCK_GATING | in gen3_init_clock_gating() 649 intel_uncore_write(&i915->uncore, D_STATE, dstate); in gen3_init_clock_gating()
|
/linux-6.12.1/drivers/pci/controller/dwc/ |
D | pcie-qcom-ep.c | 668 u32 dstate, val; in qcom_pcie_ep_global_irq_thread() local 687 dstate = dw_pcie_readl_dbi(pci, DBI_CON_STATUS) & in qcom_pcie_ep_global_irq_thread() 689 dev_dbg(dev, "Received D%d state event\n", dstate); in qcom_pcie_ep_global_irq_thread() 690 if (dstate == 3) { in qcom_pcie_ep_global_irq_thread()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | clk.h | 101 int dstate; /* display adjustment (min+) */ member
|
/linux-6.12.1/drivers/staging/rts5208/ |
D | rtsx_chip.c | 1728 static void rtsx_handle_pm_dstate(struct rtsx_chip *chip, u8 dstate) in rtsx_handle_pm_dstate() argument 1733 chip->product_id, dstate); in rtsx_handle_pm_dstate() 1746 rtsx_write_cfg_dw(chip, func_no, 0x84, 0xFF, dstate); in rtsx_handle_pm_dstate() 1749 rtsx_write_config_byte(chip, 0x44, dstate); in rtsx_handle_pm_dstate()
|