Searched refs:uclk_pstate (Results 1 – 6 of 6) sorted by relevance
491 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()492 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()502 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()509 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()510 pstate_table->uclk_pstate.min; in arcturus_populate_umd_state_clk()
1207 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()1208 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()1218 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()1225 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()1226 pstate_table->uclk_pstate.min; in navi10_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()
1070 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()1071 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()