Home
last modified time | relevance | path

Searched refs:win_channel (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.c309 VOP_CTRL_SET(vop, win_channel[0], 0x12); in rockchip_vop_init()
310 VOP_CTRL_SET(vop, win_channel[1], 0x34); in rockchip_vop_init()
311 VOP_CTRL_SET(vop, win_channel[2], 0x56); in rockchip_vop_init()
H A Drockchip_vop_reg.c418 .win_channel[0] = VOP_REG_VER(RK3328_WIN0_CTRL2, 0xff, 0, 3, 8, 8),
419 .win_channel[1] = VOP_REG_VER(RK3328_WIN1_CTRL2, 0xff, 0, 3, 8, 8),
420 .win_channel[2] = VOP_REG_VER(RK3328_WIN2_CTRL2, 0xff, 0, 3, 8, 8),
H A Drockchip_vop.h335 struct vop_reg win_channel[4]; member