Searched refs:SUN8I_MIXER_SIZE (Results 1 – 4 of 4) sorted by relevance
121 insize = SUN8I_MIXER_SIZE(src_w, src_h); in sun8i_ui_layer_update_coord()122 outsize = SUN8I_MIXER_SIZE(dst_w, dst_h); in sun8i_ui_layer_update_coord()
15 #define SUN8I_MIXER_SIZE(w, h) (((h) - 1) << 16 | ((w) - 1)) macro
147 insize = SUN8I_MIXER_SIZE(src_w, src_h); in sun8i_vi_layer_update_coord()148 outsize = SUN8I_MIXER_SIZE(dst_w, dst_h); in sun8i_vi_layer_update_coord()
309 size = SUN8I_MIXER_SIZE(mode->hdisplay, mode->vdisplay); in sun8i_mixer_mode_set()
Completed in 7 milliseconds