Searched refs:uclk_pstate (Results 1 – 10 of 10) sorted by relevance
523 pstate_table->uclk_pstate.min = mem_table->min; in aldebaran_populate_umd_state_clk()524 pstate_table->uclk_pstate.peak = mem_table->max; in aldebaran_populate_umd_state_clk()525 pstate_table->uclk_pstate.curr.min = mem_table->min; in aldebaran_populate_umd_state_clk()526 pstate_table->uclk_pstate.curr.max = mem_table->max; in aldebaran_populate_umd_state_clk()538 pstate_table->uclk_pstate.standard = in aldebaran_populate_umd_state_clk()545 pstate_table->uclk_pstate.standard = in aldebaran_populate_umd_state_clk()546 pstate_table->uclk_pstate.min; in aldebaran_populate_umd_state_clk()
1759 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v13_0_set_performance_level()1769 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v13_0_set_performance_level()1773 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v13_0_set_performance_level()1819 pstate_table->uclk_pstate.curr.min = mclk_min; in smu_v13_0_set_performance_level()1820 pstate_table->uclk_pstate.curr.max = mclk_max; in smu_v13_0_set_performance_level()
1330 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()1331 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_7_populate_umd_state_clk()1350 pstate_table->uclk_pstate.standard = mem_table->min; in smu_v13_0_7_populate_umd_state_clk()
1288 pstate_table->uclk_pstate.min = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()1289 pstate_table->uclk_pstate.peak = mem_table->max; in smu_v13_0_0_populate_umd_state_clk()1308 pstate_table->uclk_pstate.standard = mem_table->min; in smu_v13_0_0_populate_umd_state_clk()
545 pstate_table->uclk_pstate.min = mem_table->min; in arcturus_populate_umd_state_clk()546 pstate_table->uclk_pstate.peak = mem_table->max; in arcturus_populate_umd_state_clk()556 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()563 pstate_table->uclk_pstate.standard = in arcturus_populate_umd_state_clk()564 pstate_table->uclk_pstate.min; in arcturus_populate_umd_state_clk()
1887 mclk_min = mclk_max = pstate_table->uclk_pstate.standard; in smu_v11_0_set_performance_level()1894 mclk_min = mclk_max = pstate_table->uclk_pstate.min; in smu_v11_0_set_performance_level()1898 mclk_min = mclk_max = pstate_table->uclk_pstate.peak; in smu_v11_0_set_performance_level()
1756 pstate_table->uclk_pstate.min = mem_table->min; in navi10_populate_umd_state_clk()1757 pstate_table->uclk_pstate.peak = mem_table->max; in navi10_populate_umd_state_clk()1767 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()1774 pstate_table->uclk_pstate.standard = in navi10_populate_umd_state_clk()1775 pstate_table->uclk_pstate.min; in navi10_populate_umd_state_clk()
1481 pstate_table->uclk_pstate.min = mem_table->min; in sienna_cichlid_populate_umd_state_clk()1482 pstate_table->uclk_pstate.peak = mem_table->max; in sienna_cichlid_populate_umd_state_clk()1491 pstate_table->uclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()1496 pstate_table->uclk_pstate.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()1501 pstate_table->uclk_pstate.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_MEMCLK; in sienna_cichlid_populate_umd_state_clk()
455 struct pstates_clk_freq uclk_pstate; member
2471 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100; in smu_read_sensor()