Lines Matching refs:hactive
42 u32 hactive = edid->hactive.typ; in rkvop_enable() local
45 writel(V_ACT_WIDTH(hactive - 1) | V_ACT_HEIGHT(vactive - 1), in rkvop_enable()
52 writel(V_DSP_WIDTH(hactive - 1) | in rkvop_enable()
62 writel(V_RGB565_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable()
66 writel(V_RGB888_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable()
71 writel(V_ARGB888_VIRWIDTH(hactive), ®s->win0_vir); in rkvop_enable()
75 if (hactive > 2560) in rkvop_enable()
77 else if (hactive > 1920) in rkvop_enable()
79 else if (hactive > 1280) in rkvop_enable()
146 u32 hactive = edid->hactive.typ; in rkvop_mode_set() local
175 V_HORPRD(hsync_len + hback_porch + hactive + hfront_porch), in rkvop_mode_set()
178 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
190 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
309 uc_priv->xsize = timing.hactive.typ; in rk_display_init()