Searched refs:socclk_pstate (Results 1 – 7 of 7) sorted by relevance
512 pstate_table->socclk_pstate.min = soc_table->min; in aldebaran_populate_umd_state_clk()513 pstate_table->socclk_pstate.peak = soc_table->max; in aldebaran_populate_umd_state_clk()514 pstate_table->socclk_pstate.curr.min = soc_table->min; in aldebaran_populate_umd_state_clk()515 pstate_table->socclk_pstate.curr.max = soc_table->max; in aldebaran_populate_umd_state_clk()524 pstate_table->socclk_pstate.standard = in aldebaran_populate_umd_state_clk()531 pstate_table->socclk_pstate.standard = in aldebaran_populate_umd_state_clk()532 pstate_table->socclk_pstate.min; in aldebaran_populate_umd_state_clk()
1663 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v13_0_set_performance_level()1674 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v13_0_set_performance_level()1719 pstate_table->socclk_pstate.curr.min = socclk_min; in smu_v13_0_set_performance_level()1720 pstate_table->socclk_pstate.curr.max = socclk_max; in smu_v13_0_set_performance_level()
546 pstate_table->socclk_pstate.min = soc_table->min; in arcturus_populate_umd_state_clk()547 pstate_table->socclk_pstate.peak = soc_table->max; in arcturus_populate_umd_state_clk()556 pstate_table->socclk_pstate.standard = in arcturus_populate_umd_state_clk()563 pstate_table->socclk_pstate.standard = in arcturus_populate_umd_state_clk()564 pstate_table->socclk_pstate.min; in arcturus_populate_umd_state_clk()
1566 pstate_table->socclk_pstate.min = soc_table->min; in navi10_populate_umd_state_clk()1567 pstate_table->socclk_pstate.peak = soc_table->max; in navi10_populate_umd_state_clk()1576 pstate_table->socclk_pstate.standard = in navi10_populate_umd_state_clk()1583 pstate_table->socclk_pstate.standard = in navi10_populate_umd_state_clk()1584 pstate_table->socclk_pstate.min; in navi10_populate_umd_state_clk()
1915 socclk_min = socclk_max = pstate_table->socclk_pstate.standard; in smu_v11_0_set_performance_level()1926 socclk_min = socclk_max = pstate_table->socclk_pstate.peak; in smu_v11_0_set_performance_level()
1336 pstate_table->socclk_pstate.min = soc_table->min; in sienna_cichlid_populate_umd_state_clk()1337 pstate_table->socclk_pstate.peak = soc_table->max; in sienna_cichlid_populate_umd_state_clk()1344 pstate_table->socclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_SOCCLK; in sienna_cichlid_populate_umd_state_clk()1349 pstate_table->socclk_pstate.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_SOCCLK; in sienna_cichlid_populate_umd_state_clk()1354 pstate_table->socclk_pstate.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_SOCCLK; in sienna_cichlid_populate_umd_state_clk()
458 struct pstates_clk_freq socclk_pstate; member