Searched refs:tmp_sclk (Results 1 – 1 of 1) sorted by relevance
2763 int32_t tmp_sclk; in smu7_get_profiling_clk() local2781 tmp_sclk = tmp_mclk * percentage / 100; in smu7_get_profiling_clk()2786 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()2787 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk; in smu7_get_profiling_clk()2794 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[0].clk; in smu7_get_profiling_clk()2804 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()2805 tmp_sclk = table_info->vdd_dep_on_sclk->entries[count].clk; in smu7_get_profiling_clk()2812 tmp_sclk = table_info->vdd_dep_on_sclk->entries[0].clk; in smu7_get_profiling_clk()2825 hwmgr->pstate_sclk = tmp_sclk; in smu7_get_profiling_clk()