Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dvop_rk3288.h339 #define V_DSP_WIDTH(x) ((x) & 0xfff) macro
/external/u-boot/drivers/video/rockchip/
Drk_vop.c50 writel(V_DSP_WIDTH(hactive - 1) | in rkvop_enable()