Lines Matching refs:typ
44 u32 hactive = edid->hactive.typ; in rkvop_enable()
45 u32 vactive = edid->vactive.typ; in rkvop_enable()
50 writel(V_DSP_XST(edid->hsync_len.typ + edid->hback_porch.typ) | in rkvop_enable()
51 V_DSP_YST(edid->vsync_len.typ + edid->vback_porch.typ), in rkvop_enable()
150 u32 hactive = edid->hactive.typ; in rkvop_mode_set()
151 u32 vactive = edid->vactive.typ; in rkvop_mode_set()
152 u32 hsync_len = edid->hsync_len.typ; in rkvop_mode_set()
153 u32 hback_porch = edid->hback_porch.typ; in rkvop_mode_set()
154 u32 vsync_len = edid->vsync_len.typ; in rkvop_mode_set()
155 u32 vback_porch = edid->vback_porch.typ; in rkvop_mode_set()
156 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set()
157 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set()
312 ret = clk_set_rate(&clk, timing.pixelclock.typ); in rk_display_init()
341 uc_priv->xsize = timing.hactive.typ; in rk_display_init()
342 uc_priv->ysize = timing.vactive.typ; in rk_display_init()