Searched refs:tmp_sclk (Results 1 – 1 of 1) sorted by relevance
1509 int32_t tmp_sclk, count, percentage; in smu7_populate_umdpstate_clocks() local1520 tmp_sclk = hwmgr->pstate_mclk * percentage / 100; in smu7_populate_umdpstate_clocks()1527 if (tmp_sclk >= vddc_dependency_on_sclk->entries[count].clk) { in smu7_populate_umdpstate_clocks()1544 if (tmp_sclk >= vdd_dep_on_sclk->entries[count].clk) { in smu7_populate_umdpstate_clocks()3266 int32_t tmp_sclk; in smu7_get_profiling_clk() local3284 tmp_sclk = tmp_mclk * percentage / 100; in smu7_get_profiling_clk()3289 if (tmp_sclk >= hwmgr->dyn_state.vddc_dependency_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()3304 if (tmp_sclk >= table_info->vdd_dep_on_sclk->entries[count].clk) { in smu7_get_profiling_clk()