Searched refs:clock_value (Results 1 – 2 of 2) sorted by relevance
297 static bool round_up_to_next_dpm(unsigned long *clock_value, const struct dml2_clk_table *clock_tab… in round_up_to_next_dpm() argument299 return round_up_and_copy_to_next_dpm(*clock_value, clock_value, clock_table); in round_up_to_next_dpm()
991 static inline bool is_valid_clock_value(uint32_t clock_value) in is_valid_clock_value() argument993 return clock_value > 1 && clock_value < 100000; in is_valid_clock_value()