Lines Matching full:typ
41 u32 hactive = edid->hactive.typ; in rkvop_enable()
42 u32 vactive = edid->vactive.typ; in rkvop_enable()
47 writel(V_DSP_XST(edid->hsync_len.typ + edid->hback_porch.typ) | in rkvop_enable()
48 V_DSP_YST(edid->vsync_len.typ + edid->vback_porch.typ), in rkvop_enable()
145 u32 hactive = edid->hactive.typ; in rkvop_mode_set()
146 u32 vactive = edid->vactive.typ; in rkvop_mode_set()
147 u32 hsync_len = edid->hsync_len.typ; in rkvop_mode_set()
148 u32 hback_porch = edid->hback_porch.typ; in rkvop_mode_set()
149 u32 vsync_len = edid->vsync_len.typ; in rkvop_mode_set()
150 u32 vback_porch = edid->vback_porch.typ; in rkvop_mode_set()
151 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set()
152 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set()
307 ret = clk_set_rate(&clk, timing.pixelclock.typ); in rk_display_init()
334 uc_priv->xsize = timing.hactive.typ; in rk_display_init()
335 uc_priv->ysize = timing.vactive.typ; in rk_display_init()