Lines Matching refs:hactive
40 u32 hactive = edid->hactive.typ; in rkvop_enable() local
43 writel(V_ACT_WIDTH(hactive - 1) | V_ACT_HEIGHT(vactive - 1), in rkvop_enable()
50 writel(V_DSP_WIDTH(hactive - 1) | in rkvop_enable()
60 writel(V_RGB565_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable()
64 writel(V_RGB888_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable()
69 writel(V_ARGB888_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable()
73 if (hactive > 2560) in rkvop_enable()
75 else if (hactive > 1920) in rkvop_enable()
77 else if (hactive > 1280) in rkvop_enable()
144 u32 hactive = edid->hactive.typ; in rkvop_mode_set() local
173 V_HORPRD(hsync_len + hback_porch + hactive + hfront_porch), in rkvop_mode_set()
176 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
188 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
333 uc_priv->xsize = timing.hactive.typ; in rk_display_init()