Searched refs:clock_value (Results 1 – 4 of 4) sorted by relevance
218 uint32_t clock_type, uint32_t clock_value,
247 uint32_t clock_type, uint32_t clock_value, in pp_atomfwctrl_get_gpu_pll_dividers_vega10() argument255 pll_parameters.gpuclock_10khz = (uint32_t)clock_value; in pp_atomfwctrl_get_gpu_pll_dividers_vega10()
246 static bool round_up_to_next_dpm(unsigned long *clock_value, const struct dml2_clk_table *clock_tab… in round_up_to_next_dpm() argument248 return round_up_and_copy_to_next_dpm(*clock_value, clock_value, clock_table); in round_up_to_next_dpm()
771 static inline bool is_valid_clock_value(uint32_t clock_value) in is_valid_clock_value() argument773 return clock_value > 1 && clock_value < 100000; in is_valid_clock_value()