dptsr_planes 337 drivers/gpu/drm/rcar-du/rcar_du_crtc.c unsigned int dptsr_planes; dptsr_planes 402 drivers/gpu/drm/rcar-du/rcar_du_crtc.c dptsr_planes = rcrtc->index % 2 ? rcrtc->group->dptsr_planes | hwplanes dptsr_planes 403 drivers/gpu/drm/rcar-du/rcar_du_crtc.c : rcrtc->group->dptsr_planes & ~hwplanes; dptsr_planes 405 drivers/gpu/drm/rcar-du/rcar_du_crtc.c if (dptsr_planes != rcrtc->group->dptsr_planes) { dptsr_planes 407 drivers/gpu/drm/rcar-du/rcar_du_crtc.c (dptsr_planes << 16) | dptsr_planes); dptsr_planes 408 drivers/gpu/drm/rcar-du/rcar_du_crtc.c rcrtc->group->dptsr_planes = dptsr_planes; dptsr_planes 166 drivers/gpu/drm/rcar-du/rcar_du_group.c rcar_du_group_write(rgrp, DPTSR, (rgrp->dptsr_planes << 16) | dptsr_planes 167 drivers/gpu/drm/rcar-du/rcar_du_group.c rgrp->dptsr_planes); dptsr_planes 45 drivers/gpu/drm/rcar-du/rcar_du_group.h unsigned int dptsr_planes; dptsr_planes 689 drivers/gpu/drm/rcar-du/rcar_du_kms.c rgrp->dptsr_planes = rgrp->num_crtcs > 1 dptsr_planes 282 drivers/gpu/drm/rcar-du/rcar_du_plane.c ? plane->group->dptsr_planes dptsr_planes 283 drivers/gpu/drm/rcar-du/rcar_du_plane.c : ~plane->group->dptsr_planes;