Lines Matching refs:typ
42 u32 hactive = edid->hactive.typ; in rkvop_enable()
43 u32 vactive = edid->vactive.typ; in rkvop_enable()
48 writel(V_DSP_XST(edid->hsync_len.typ + edid->hback_porch.typ) | in rkvop_enable()
49 V_DSP_YST(edid->vsync_len.typ + edid->vback_porch.typ), in rkvop_enable()
146 u32 hactive = edid->hactive.typ; in rkvop_mode_set()
147 u32 vactive = edid->vactive.typ; in rkvop_mode_set()
148 u32 hsync_len = edid->hsync_len.typ; in rkvop_mode_set()
149 u32 hback_porch = edid->hback_porch.typ; in rkvop_mode_set()
150 u32 vsync_len = edid->vsync_len.typ; in rkvop_mode_set()
151 u32 vback_porch = edid->vback_porch.typ; in rkvop_mode_set()
152 u32 hfront_porch = edid->hfront_porch.typ; in rkvop_mode_set()
153 u32 vfront_porch = edid->vfront_porch.typ; in rkvop_mode_set()
282 ret = clk_set_rate(&clk, timing.pixelclock.typ); in rk_display_init()
309 uc_priv->xsize = timing.hactive.typ; in rk_display_init()
310 uc_priv->ysize = timing.vactive.typ; in rk_display_init()