Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/gma500/
Dmdfld_dsi_dpi.c123 u32 dspcntr_reg = DSPACNTR; in dsi_set_pipe_plane_enable_state() local
130 dspcntr_reg = DSPCCNTR; in dsi_set_pipe_plane_enable_state()
143 REG_WRITE(dspcntr_reg, dspcntr); in dsi_set_pipe_plane_enable_state()
156 REG_FLD_MOD(dspcntr_reg, 0, 31, 31); in dsi_set_pipe_plane_enable_state()
827 u32 dspcntr_reg = DSPACNTR; in mdfld_dsi_dpi_mode_set() local
840 dspcntr_reg = DSPCCNTR; in mdfld_dsi_dpi_mode_set()
913 REG_WRITE(dspcntr_reg, dspcntr); in mdfld_dsi_dpi_mode_set()
914 REG_READ(dspcntr_reg); in mdfld_dsi_dpi_mode_set()
Dmdfld_dsi_pkg_sender.h47 u32 dspcntr_reg; member
Doaktrail_hdmi.c284 int dspcntr_reg = DSPBCNTR; in oaktrail_crtc_hdmi_mode_set() local
357 dspcntr = REG_READ(dspcntr_reg); in oaktrail_crtc_hdmi_mode_set()
373 REG_WRITE(dspcntr_reg, dspcntr); in oaktrail_crtc_hdmi_mode_set()
Dmdfld_intel_display.c121 int dspcntr_reg = DSPACNTR; in mdfld__intel_plane_set_alpha() local
124 dspcntr = REG_READ(dspcntr_reg); in mdfld__intel_plane_set_alpha()
134 REG_WRITE(dspcntr_reg, dspcntr); in mdfld__intel_plane_set_alpha()
Dmdfld_dsi_pkg_sender.c630 pkg_sender->dspcntr_reg = map->cntr; in mdfld_dsi_pkg_sender_init()