Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dvop_rk3288.h335 #define V_ACT_WIDTH(x) ((x) & 0x1fff) macro
/external/u-boot/drivers/video/rockchip/
Drk_vop.c44 writel(V_ACT_WIDTH(hactive - 1) | V_ACT_HEIGHT(vactive - 1), in rkvop_enable()