Home
last modified time | relevance | path

Searched refs:dspcntr_reg (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/gma500/
Dmdfld_dsi_dpi.c125 u32 dspcntr_reg = DSPACNTR; in dsi_set_pipe_plane_enable_state() local
132 dspcntr_reg = DSPCCNTR; in dsi_set_pipe_plane_enable_state()
145 REG_WRITE(dspcntr_reg, dspcntr); in dsi_set_pipe_plane_enable_state()
158 REG_FLD_MOD(dspcntr_reg, 0, 31, 31); in dsi_set_pipe_plane_enable_state()
829 u32 dspcntr_reg = DSPACNTR; in mdfld_dsi_dpi_mode_set() local
842 dspcntr_reg = DSPCCNTR; in mdfld_dsi_dpi_mode_set()
915 REG_WRITE(dspcntr_reg, dspcntr); in mdfld_dsi_dpi_mode_set()
916 REG_READ(dspcntr_reg); in mdfld_dsi_dpi_mode_set()
Dmdfld_dsi_pkg_sender.h47 u32 dspcntr_reg; member
Doaktrail_hdmi.c283 int dspcntr_reg = DSPBCNTR; in oaktrail_crtc_hdmi_mode_set() local
356 dspcntr = REG_READ(dspcntr_reg); in oaktrail_crtc_hdmi_mode_set()
372 REG_WRITE(dspcntr_reg, dspcntr); in oaktrail_crtc_hdmi_mode_set()
Dmdfld_dsi_pkg_sender.c630 pkg_sender->dspcntr_reg = map->cntr; in mdfld_dsi_pkg_sender_init()