Home
last modified time | relevance | path

Searched refs:VTOTAL_A (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/gma500/
Doaktrail_device.c206 p->vtotal = PSB_RVDC32(VTOTAL_A); in oaktrail_save_display_registers()
326 PSB_WVDC32(p->vtotal, VTOTAL_A); in oaktrail_restore_display_registers()
464 .vtotal = VTOTAL_A,
Dpsb_device.c261 .vtotal = VTOTAL_A,
Dmdfld_device.c448 .vtotal = VTOTAL_A,
Dcdv_device.c527 .vtotal = VTOTAL_A,
Dpsb_intel_reg.h123 #define VTOTAL_A 0x6000c macro
Doaktrail_hdmi.c274 int vtot_reg = (pipe == 0) ? VTOTAL_A : VTOTAL_B; in oaktrail_crtc_hdmi_mode_set()
Dmdfld_dsi_dpi.c804 REG_WRITE(VTOTAL_A, ((mode->vtotal - 1) << 16) | (mode->vdisplay - 1)); in mdfld_set_pipe_timing()
/drivers/video/fbdev/intelfb/
Dintelfbhw.h204 #define VTOTAL_A 0x6000c macro
Dintelfbhw.c558 hw->vtotal_a = INREG(VTOTAL_A); in intelfbhw_read_hw_state()
1347 vtotal_reg = VTOTAL_A; in intelfbhw_program_mode()