Searched refs:tmp_sclk (Results 1 – 1 of 1) sorted by relevance
3122 int32_t tmp_sclk; in smu7_get_profiling_clk() local3140 tmp_sclk = tmp_mclk * percentage / 100; in smu7_get_profiling_clk()3145 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()3146 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk; in smu7_get_profiling_clk()3153 tmp_sclk = hwmgr->dyn_state.vddc_dependency_on_sclk->entries[0].clk; in smu7_get_profiling_clk()3163 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()3164 tmp_sclk = table_info->vdd_dep_on_sclk->entries[count].clk; in smu7_get_profiling_clk()3171 tmp_sclk = table_info->vdd_dep_on_sclk->entries[0].clk; in smu7_get_profiling_clk()3184 hwmgr->pstate_sclk = tmp_sclk; in smu7_get_profiling_clk()