Home
last modified time | relevance | path

Searched refs:V_DSP_YST (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/rockchip/
H A Drk_vop.c48 V_DSP_YST(edid->vsync_len.typ + edid->vback_porch.typ), in rkvop_enable()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dvop_rk3288.h342 #define V_DSP_YST(x) (((x) & 0x1fff) << 16) macro