Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_vop.h13 #define VOP_REG_SUPPORT(vop, reg) \ macro
21 VOP_REG_SUPPORT(vop, win->name)
24 VOP_REG_SUPPORT(vop, vop->ctrl->name)
31 if (VOP_REG_SUPPORT(vop, reg)) \
535 if (VOP_REG_SUPPORT(vop, reg)) { in vop_grf_writel()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c55 #define VOP_REG_SUPPORT(vop, reg) \ macro
63 VOP_REG_SUPPORT(vop, win->phy->name)
67 VOP_REG_SUPPORT(vop, win->phy->scl->ext->name))
70 VOP_REG_SUPPORT(vop, vop->data->ctrl->name)
73 VOP_REG_SUPPORT(vop, vop->data->intr->name)
80 if (VOP_REG_SUPPORT(vop, reg)) \
361 if (VOP_REG_SUPPORT(vop, reg)) { in vop_grf_writel()