HomeSort by relevance Sort by last modified time
    Searched refs:V_ACT_HEIGHT (Results 1 - 2 of 2) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-rockchip/
vop_rk3288.h 334 #define V_ACT_HEIGHT(x) (((x) & 0x1fff) << 16)
  /external/u-boot/drivers/video/rockchip/
rk_vop.c 44 writel(V_ACT_WIDTH(hactive - 1) | V_ACT_HEIGHT(vactive - 1),

Completed in 77 milliseconds