Searched refs:LDBCR (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/renesas/shmobile/ |
D | shmob_drm_plane.c | 113 lcdc_write(sdev, LDBCR, LDBCR_UPC(splane->index)); in shmob_drm_overlay_plane_setup() 115 "LDBCR", lcdc_read(sdev, LDBCR)); in shmob_drm_overlay_plane_setup() 132 lcdc_write(sdev, LDBCR, in shmob_drm_overlay_plane_setup() 135 "LDBCR", lcdc_read(sdev, LDBCR)); in shmob_drm_overlay_plane_setup() 222 lcdc_write(sdev, LDBCR, LDBCR_UPC(splane->index)); in shmob_drm_plane_atomic_disable() 224 lcdc_write(sdev, LDBCR, in shmob_drm_plane_atomic_disable()
|
D | shmob_drm_regs.h | 152 #define LDBCR 0xb00 macro
|
/linux-6.12.1/drivers/video/fbdev/ |
D | sh_mobile_lcdcfb.c | 39 #define LDBCR 0xb00 macro 778 lcdc_write(ovl->channel->lcdc, LDBCR, LDBCR_UPC(ovl->index)); in sh_mobile_lcdc_overlay_setup() 780 lcdc_write(ovl->channel->lcdc, LDBCR, in sh_mobile_lcdc_overlay_setup() 843 lcdc_write(ovl->channel->lcdc, LDBCR, LDBCR_UPC(ovl->index)); in sh_mobile_lcdc_overlay_setup() 859 lcdc_write(ovl->channel->lcdc, LDBCR, in sh_mobile_lcdc_overlay_setup() 1400 lcdc_write(ovl->channel->lcdc, LDBCR, LDBCR_UPC(ovl->index)); in sh_mobile_lcdc_overlay_pan() 1405 lcdc_write(ovl->channel->lcdc, LDBCR, in sh_mobile_lcdc_overlay_pan()
|