Home
last modified time | relevance | path

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

/drivers/gpu/drm/gma500/
Dmdfld_dsi_dpi.c121 u32 dspcntr_reg = DSPACNTR; in dsi_set_pipe_plane_enable_state() local
128 dspcntr_reg = DSPCCNTR; in dsi_set_pipe_plane_enable_state()
141 REG_WRITE(dspcntr_reg, dspcntr); in dsi_set_pipe_plane_enable_state()
154 REG_FLD_MOD(dspcntr_reg, 0, 31, 31); in dsi_set_pipe_plane_enable_state()
825 u32 dspcntr_reg = DSPACNTR; in mdfld_dsi_dpi_mode_set() local
838 dspcntr_reg = DSPCCNTR; in mdfld_dsi_dpi_mode_set()
911 REG_WRITE(dspcntr_reg, dspcntr); in mdfld_dsi_dpi_mode_set()
912 REG_READ(dspcntr_reg); in mdfld_dsi_dpi_mode_set()
Dmdfld_dsi_pkg_sender.h47 u32 dspcntr_reg; member
Doaktrail_hdmi.c282 int dspcntr_reg = DSPBCNTR; in oaktrail_crtc_hdmi_mode_set() local
355 dspcntr = REG_READ(dspcntr_reg); in oaktrail_crtc_hdmi_mode_set()
371 REG_WRITE(dspcntr_reg, dspcntr); in oaktrail_crtc_hdmi_mode_set()
Dmdfld_intel_display.c130 int dspcntr_reg = DSPACNTR; in mdfld__intel_plane_set_alpha() local
133 dspcntr = REG_READ(dspcntr_reg); in mdfld__intel_plane_set_alpha()
143 REG_WRITE(dspcntr_reg, dspcntr); in mdfld__intel_plane_set_alpha()
Dmdfld_dsi_pkg_sender.c626 pkg_sender->dspcntr_reg = map->cntr; in mdfld_dsi_pkg_sender_init()