Home
last modified time | relevance | path

Searched refs:HBLANK_A (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_display.c589 int hblank_reg = (pipe == 0) ? HBLANK_A : HBLANK_B; in psb_intel_crtc_mode_set()
873 crtc_state->saveHBLANK = REG_READ(pipeA ? HBLANK_A : HBLANK_B); in psb_intel_crtc_save()
941 REG_READ(pipeA ? HBLANK_A : HBLANK_B), in psb_intel_crtc_restore()
993 REG_WRITE(pipeA ? HBLANK_A : HBLANK_B, crtc_state->saveHBLANK); in psb_intel_crtc_restore()
Dpsb_intel_reg.h58 #define HBLANK_A 0x60004 macro
/linux-2.6.39/drivers/video/intelfb/
Dintelfbhw.h202 #define HBLANK_A 0x60004 macro
Dintelfbhw.c554 hw->hblank_a = INREG(HBLANK_A); in intelfbhw_read_hw_state()
1349 hblank_reg = HBLANK_A; in intelfbhw_program_mode()