Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h153 #define DPLL_P2_MASK 1 macro
H A Dintelfbhw.c695 p2 = (dpll >> DPLL_I9XX_P2_SHIFT) & DPLL_P2_MASK; in intelfbhw_get_p1p2()
701 p2 = (dpll >> DPLL_P2_SHIFT) & DPLL_P2_MASK; in intelfbhw_get_p1p2()
1122 if (check_overflow(p2, DPLL_P2_MASK, "PLL P2 parameter")) in intelfbhw_mode_to_hw()
1132 *dpll &= ~((DPLL_P2_MASK << DPLL_P2_SHIFT) | in intelfbhw_mode_to_hw()