Searched refs:hdlcd_write (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/arm/ |
| D | hdlcd_crtc.c | 42 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_crtc_cleanup() 51 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, mask | HDLCD_INTERRUPT_VSYNC); in hdlcd_crtc_enable_vblank() 61 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, mask & ~HDLCD_INTERRUPT_VSYNC); in hdlcd_crtc_disable_vblank() 101 hdlcd_write(hdlcd, HDLCD_REG_PIXEL_FORMAT, (btpp - 1) << 3); in hdlcd_set_pxl_fmt() 113 hdlcd_write(hdlcd, HDLCD_REG_RED_SELECT, format->red.offset | in hdlcd_set_pxl_fmt() 118 hdlcd_write(hdlcd, HDLCD_REG_GREEN_SELECT, format->green.offset | in hdlcd_set_pxl_fmt() 120 hdlcd_write(hdlcd, HDLCD_REG_BLUE_SELECT, format->blue.offset | in hdlcd_set_pxl_fmt() 148 hdlcd_write(hdlcd, HDLCD_REG_BUS_OPTIONS, in hdlcd_crtc_mode_set_nofb() 151 hdlcd_write(hdlcd, HDLCD_REG_V_DATA, m->crtc_vdisplay - 1); in hdlcd_crtc_mode_set_nofb() 152 hdlcd_write(hdlcd, HDLCD_REG_V_BACK_PORCH, vm.vback_porch - 1); in hdlcd_crtc_mode_set_nofb() [all …]
|
| D | hdlcd_drv.c | 147 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, irq_status); in hdlcd_irq() 156 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, 0); in hdlcd_irq_preinstall() 157 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, ~0); in hdlcd_irq_preinstall() 169 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, irq_mask); in hdlcd_irq_postinstall() 188 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, irq_mask); in hdlcd_irq_uninstall()
|
| D | hdlcd_drv.h | 24 static inline void hdlcd_write(struct hdlcd_drm_private *hdlcd, in hdlcd_write() function
|