Searched refs:SUN4I_BACKEND_DISSIZE (Results 1 – 2 of 2) sorted by relevance
40 #define SUN4I_BACKEND_DISSIZE(w, h) (((((h) - 1) & 0xffff) << 16) | \ macro
649 SUN4I_BACKEND_DISSIZE(mode->hdisplay, mode->vdisplay)); in sun4i_backend_mode_set()