Home
last modified time | relevance | path

Searched refs:DPLL_VCO_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/intel/
Dintelfbhw.h121 #define DPLL_VCO_ENABLE (1 << 31) macro
Dintelfbhw.c903 *dpll |= (DPLL_VCO_ENABLE | DPLL_VGA_MODE_DISABLE); in intelfbhw_mode_to_hw()
1160 dpll_reg &= ~DPLL_VCO_ENABLE; in intelfbhw_program_mode()
1164 OUTREG(dpll_reg, *dpll & ~DPLL_VCO_ENABLE); in intelfbhw_program_mode()
1182 tmp |= DPLL_VCO_ENABLE; in intelfbhw_program_mode()