Searched refs:uclk_pstate (Results 1 – 6 of 6) sorted by relevance
1222 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()1223 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()1233 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()1240 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()1241 pstate_table->uclk_pstate.min; in navi10_populate_umd_state_clk()
506 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()507 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()517 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()524 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()525 pstate_table->uclk_pstate.min; in arcturus_populate_umd_state_clk()
1759 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()1766 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()1770 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
1101 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()1102 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()
370 struct pstates_clk_freq uclk_pstate; member
2122 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()