Lines Matching refs:rv6xx_sclk_stepping
140 u32 clock, struct rv6xx_sclk_stepping *step) in rv6xx_convert_clock_to_stepping()
161 u32 step_index, struct rv6xx_sclk_stepping *step) in rv6xx_output_stepping()
194 static struct rv6xx_sclk_stepping rv6xx_next_vco_step(struct radeon_device *rdev, in rv6xx_next_vco_step()
195 struct rv6xx_sclk_stepping *cur, in rv6xx_next_vco_step()
198 struct rv6xx_sclk_stepping next; in rv6xx_next_vco_step()
211 struct rv6xx_sclk_stepping *cur, in rv6xx_can_step_post_div()
212 struct rv6xx_sclk_stepping *target) in rv6xx_can_step_post_div()
219 static struct rv6xx_sclk_stepping rv6xx_next_post_div_step(struct radeon_device *rdev, in rv6xx_next_post_div_step()
220 struct rv6xx_sclk_stepping *cur, in rv6xx_next_post_div_step()
221 struct rv6xx_sclk_stepping *target) in rv6xx_next_post_div_step()
223 struct rv6xx_sclk_stepping next = *cur; in rv6xx_next_post_div_step()
232 struct rv6xx_sclk_stepping *cur, in rv6xx_reached_stepping_target()
233 struct rv6xx_sclk_stepping *target, in rv6xx_reached_stepping_target()
244 struct rv6xx_sclk_stepping cur; in rv6xx_generate_steps()
245 struct rv6xx_sclk_stepping target; in rv6xx_generate_steps()
260 struct rv6xx_sclk_stepping next; in rv6xx_generate_steps()
268 struct rv6xx_sclk_stepping tiny = in rv6xx_generate_steps()
277 struct rv6xx_sclk_stepping final_vco; in rv6xx_generate_steps()
300 struct rv6xx_sclk_stepping step; in rv6xx_generate_single_step()