Lines Matching refs:REG_READ
82 pfit_control = REG_READ(PFIT_CONTROL); in psb_intel_panel_fitter_pipe()
191 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
215 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
224 u32 lvds = REG_READ(LVDS); in psb_intel_crtc_mode_set()
245 REG_READ(LVDS); in psb_intel_crtc_mode_set()
250 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
257 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
282 REG_READ(map->conf); in psb_intel_crtc_mode_set()
311 dpll = REG_READ(map->dpll); in psb_intel_crtc_clock_get()
313 fp = REG_READ(map->fp0); in psb_intel_crtc_clock_get()
315 fp = REG_READ(map->fp1); in psb_intel_crtc_clock_get()
316 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()
388 htot = REG_READ(map->htotal); in psb_intel_crtc_mode_get()
389 hsync = REG_READ(map->hsync); in psb_intel_crtc_mode_get()
390 vtot = REG_READ(map->vtotal); in psb_intel_crtc_mode_get()
391 vsync = REG_READ(map->vsync); in psb_intel_crtc_mode_get()