Lines Matching refs:REG_READ
84 pfit_control = REG_READ(PFIT_CONTROL); in psb_intel_panel_fitter_pipe()
197 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
221 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
230 u32 lvds = REG_READ(LVDS); in psb_intel_crtc_mode_set()
251 REG_READ(LVDS); in psb_intel_crtc_mode_set()
256 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
263 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
288 REG_READ(map->conf); in psb_intel_crtc_mode_set()
317 dpll = REG_READ(map->dpll); in psb_intel_crtc_clock_get()
319 fp = REG_READ(map->fp0); in psb_intel_crtc_clock_get()
321 fp = REG_READ(map->fp1); in psb_intel_crtc_clock_get()
322 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()
394 htot = REG_READ(map->htotal); in psb_intel_crtc_mode_get()
395 hsync = REG_READ(map->hsync); in psb_intel_crtc_mode_get()
396 vtot = REG_READ(map->vtotal); in psb_intel_crtc_mode_get()
397 vsync = REG_READ(map->vsync); in psb_intel_crtc_mode_get()