Searched refs:hdlcd_write (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 44 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_crtc_cleanup() 53 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, mask | HDLCD_INTERRUPT_VSYNC); in hdlcd_crtc_enable_vblank() 63 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, mask & ~HDLCD_INTERRUPT_VSYNC); in hdlcd_crtc_disable_vblank() 103 hdlcd_write(hdlcd, HDLCD_REG_PIXEL_FORMAT, (btpp - 1) << 3); in hdlcd_set_pxl_fmt() 115 hdlcd_write(hdlcd, HDLCD_REG_RED_SELECT, format->red.offset | in hdlcd_set_pxl_fmt() 120 hdlcd_write(hdlcd, HDLCD_REG_GREEN_SELECT, format->green.offset | in hdlcd_set_pxl_fmt() 122 hdlcd_write(hdlcd, HDLCD_REG_BLUE_SELECT, format->blue.offset | in hdlcd_set_pxl_fmt() 150 hdlcd_write(hdlcd, HDLCD_REG_BUS_OPTIONS, in hdlcd_crtc_mode_set_nofb() 153 hdlcd_write(hdlcd, HDLCD_REG_V_DATA, m->crtc_vdisplay - 1); in hdlcd_crtc_mode_set_nofb() 154 hdlcd_write(hdlc in hdlcd_crtc_mode_set_nofb() [all...] |
H A D | hdlcd_drv.c | 151 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, irq_status); in hdlcd_irq() 160 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, 0); in hdlcd_irq_preinstall() 161 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, ~0); in hdlcd_irq_preinstall() 173 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, irq_mask); in hdlcd_irq_postinstall() 192 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, irq_mask); in hdlcd_irq_uninstall()
|
H A D | hdlcd_drv.h | 24 static inline void hdlcd_write(struct hdlcd_drm_private *hdlcd, in hdlcd_write() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 43 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_crtc_cleanup() 52 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, mask | HDLCD_INTERRUPT_VSYNC); in hdlcd_crtc_enable_vblank() 62 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, mask & ~HDLCD_INTERRUPT_VSYNC); in hdlcd_crtc_disable_vblank() 102 hdlcd_write(hdlcd, HDLCD_REG_PIXEL_FORMAT, (btpp - 1) << 3); in hdlcd_set_pxl_fmt() 114 hdlcd_write(hdlcd, HDLCD_REG_RED_SELECT, format->red.offset | in hdlcd_set_pxl_fmt() 119 hdlcd_write(hdlcd, HDLCD_REG_GREEN_SELECT, format->green.offset | in hdlcd_set_pxl_fmt() 121 hdlcd_write(hdlcd, HDLCD_REG_BLUE_SELECT, format->blue.offset | in hdlcd_set_pxl_fmt() 149 hdlcd_write(hdlcd, HDLCD_REG_BUS_OPTIONS, in hdlcd_crtc_mode_set_nofb() 152 hdlcd_write(hdlcd, HDLCD_REG_V_DATA, m->crtc_vdisplay - 1); in hdlcd_crtc_mode_set_nofb() 153 hdlcd_write(hdlc in hdlcd_crtc_mode_set_nofb() [all...] |
H A D | hdlcd_drv.c | 66 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, irq_status); in hdlcd_irq() 76 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, 0); in hdlcd_irq_install() 77 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, ~0); in hdlcd_irq_install() 85 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, HDLCD_DEBUG_INT_MASK); in hdlcd_irq_install() 94 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, 0); in hdlcd_irq_uninstall() 287 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_drm_bind()
|
H A D | hdlcd_drv.h | 27 static inline void hdlcd_write(struct hdlcd_drm_private *hdlcd, in hdlcd_write() function
|
Completed in 3 milliseconds