Searched refs:DPLL_VCO_ENABLE (Results 1 – 2 of 2) sorted by relevance
121 #define DPLL_VCO_ENABLE (1 << 31) macro
903 *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()