Home
last modified time | relevance | path

Searched refs:hdlcd_write (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/arm/
A Dhdlcd_crtc.c43 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_crtc_cleanup()
109 hdlcd_write(hdlcd, HDLCD_REG_PIXEL_FORMAT, (btpp - 1) << 3); in hdlcd_set_pxl_fmt()
156 hdlcd_write(hdlcd, HDLCD_REG_BUS_OPTIONS, in hdlcd_crtc_mode_set_nofb()
159 hdlcd_write(hdlcd, HDLCD_REG_V_DATA, m->crtc_vdisplay - 1); in hdlcd_crtc_mode_set_nofb()
162 hdlcd_write(hdlcd, HDLCD_REG_V_SYNC, vm.vsync_len - 1); in hdlcd_crtc_mode_set_nofb()
166 hdlcd_write(hdlcd, HDLCD_REG_H_SYNC, vm.hsync_len - 1); in hdlcd_crtc_mode_set_nofb()
167 hdlcd_write(hdlcd, HDLCD_REG_POLARITIES, polarities); in hdlcd_crtc_mode_set_nofb()
183 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 1); in hdlcd_crtc_atomic_enable()
193 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_crtc_atomic_disable()
287 hdlcd_write(hdlcd, HDLCD_REG_FB_LINE_COUNT, dest_h - 1); in hdlcd_plane_atomic_update()
[all …]
A Dhdlcd_drv.c67 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, irq_status); in hdlcd_irq()
77 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, 0); in hdlcd_irq_install()
78 hdlcd_write(hdlcd, HDLCD_REG_INT_CLEAR, ~0); in hdlcd_irq_install()
86 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, HDLCD_DEBUG_INT_MASK); in hdlcd_irq_install()
95 hdlcd_write(hdlcd, HDLCD_REG_INT_MASK, 0); in hdlcd_irq_uninstall()
288 hdlcd_write(hdlcd, HDLCD_REG_COMMAND, 0); in hdlcd_drm_bind()
A Dhdlcd_drv.h27 static inline void hdlcd_write(struct hdlcd_drm_private *hdlcd, in hdlcd_write() function

Completed in 6 milliseconds