Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/rockchip/
Drk_vop.c176 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
188 writel(V_HEAP(hsync_len + hback_porch + hactive) | in rkvop_mode_set()
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dvop_rk3288.h356 #define V_HEAP(x) (((x)&0x1fff)<<0)/* horizontal active end */ macro