Searched refs:tmp_sclk (Results 1 – 1 of 1) sorted by relevance
2732 int32_t tmp_sclk; in smu7_get_profiling_clk() local2750 tmp_sclk = tmp_mclk * percentage / 100; in smu7_get_profiling_clk()2755 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()2756 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk; in smu7_get_profiling_clk()2763 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[0].clk; in smu7_get_profiling_clk()2773 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()2774 tmp_sclk = table_info->vdd_dep_on_sclk->entries[count].clk; in smu7_get_profiling_clk()2781 tmp_sclk = table_info->vdd_dep_on_sclk->entries[0].clk; in smu7_get_profiling_clk()2794 hwmgr->pstate_sclk = tmp_sclk; in smu7_get_profiling_clk()