Lines Matching refs:REG_READ
93 pfit_control = REG_READ(PFIT_CONTROL); in psb_intel_panel_fitter_pipe()
202 pipeconf = REG_READ(map->conf); in psb_intel_crtc_mode_set()
226 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
235 u32 lvds = REG_READ(LVDS); in psb_intel_crtc_mode_set()
256 REG_READ(LVDS); in psb_intel_crtc_mode_set()
261 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
268 REG_READ(map->dpll); in psb_intel_crtc_mode_set()
293 REG_READ(map->conf); in psb_intel_crtc_mode_set()
322 dpll = REG_READ(map->dpll); in psb_intel_crtc_clock_get()
324 fp = REG_READ(map->fp0); in psb_intel_crtc_clock_get()
326 fp = REG_READ(map->fp1); in psb_intel_crtc_clock_get()
327 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()
399 htot = REG_READ(map->htotal); in psb_intel_crtc_mode_get()
400 hsync = REG_READ(map->hsync); in psb_intel_crtc_mode_get()
401 vtot = REG_READ(map->vtotal); in psb_intel_crtc_mode_get()
402 vsync = REG_READ(map->vsync); in psb_intel_crtc_mode_get()