Searched refs:VOP_REG (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 38 #define VOP_REG(off, _mask, s) \ macro 258 .cbcr_vsd_mode = VOP_REG(WIN0_CTRL1, 0x1, 31), 259 .cbcr_vsu_mode = VOP_REG(WIN0_CTRL1, 0x1, 30), 260 .cbcr_hsd_mode = VOP_REG(WIN0_CTRL1, 0x3, 28), 261 .cbcr_ver_scl_mode = VOP_REG(WIN0_CTRL1, 0x3, 26), 262 .cbcr_hor_scl_mode = VOP_REG(WIN0_CTRL1, 0x3, 24), 263 .yrgb_vsd_mode = VOP_REG(WIN0_CTRL1, 0x1, 23), 264 .yrgb_vsu_mode = VOP_REG(WIN0_CTRL1, 0x1, 22), 265 .yrgb_hsd_mode = VOP_REG(WIN0_CTRL1, 0x3, 20), 266 .yrgb_ver_scl_mode = VOP_REG(WIN0_CTRL1, 0x3, 18), [all …]
|