Home
last modified time | relevance | path

Searched refs:phase_step (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/clk/meson/
Dclk-phase.c10 #define phase_step(_width) (360 / (1 << (_width))) macro
20 return phase_step(width) * val; in meson_clk_degrees_from_val()
26 unsigned int val = DIV_ROUND_CLOSEST(degrees, phase_step(width)); in meson_clk_degrees_to_val()
/Linux-v4.19/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c733 uint32_t src, uint32_t dst, uint32_t phase_step[2], in calc_pixel_ext()
821 struct phase_step { struct
829 struct phase_step *step, in mdp5_hwpipe_mode_set() argument
934 struct phase_step step = { { 0 } }; in mdp5_plane_mode_set()