Searched +full:pwr +full:- +full:dwn (Results 1 – 3 of 3) sorted by relevance
1 /* SPDX-License-Identifier: MIT */45 for (i = dc->res_pool->pipe_count - 1; i >= 0; i--) { in dcn351_calc_blocks_to_gate()46 if (!update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_gate()47 !update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_gate()48 for (j = i - 1; j >= 0; j--) { in dcn351_calc_blocks_to_gate()49 update_state->pg_pipe_res_update[PG_HUBP][j] = false; in dcn351_calc_blocks_to_gate()50 update_state->pg_pipe_res_update[PG_DPP][j] = false; in dcn351_calc_blocks_to_gate()65 for (i = dc->res_pool->pipe_count - 1; i >= 0; i--) { in dcn351_calc_blocks_to_ungate()66 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_ungate()67 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_ungate()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only19 #include <linux/dma-mapping.h>33 struct reset_control *pwr; member56 struct st_ahci_drv_data *drv_data = hpriv->plat_data; in st_ahci_deassert_resets()59 if (drv_data->pwr) { in st_ahci_deassert_resets()60 err = reset_control_deassert(drv_data->pwr); in st_ahci_deassert_resets()67 if (drv_data->sw_rst) { in st_ahci_deassert_resets()68 err = reset_control_deassert(drv_data->sw_rst); in st_ahci_deassert_resets()70 dev_err(dev, "unable to bring out of sw-rst\n"); in st_ahci_deassert_resets()75 if (drv_data->pwr_rst) { in st_ahci_deassert_resets()[all …]
1 /* SPDX-License-Identifier: MIT */65 hws->ctx67 hws->regs->reg74 hws->shifts->field_name, hws->masks->field_name78 struct dce_hwseq *hws = dc->hwseq;81 if (dc->debug.enable_mem_low_power.bits.dmcu) {83 if (dc->debug.disable_dmcu || dc->config.disable_dmcu) {89 if (dc->debug.enable_mem_low_power.bits.optc) {94 if (dc->debug.enable_mem_low_power.bits.vga) {99 if (dc->debug.enable_mem_low_power.bits.mpc &&[all …]