Searched refs:DPLL_FPA01_P1_POST_DIV_SHIFT (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c344 DPLL_FPA01_P1_POST_DIV_SHIFT);
360 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
H A Dcdv_intel_display.c875 DPLL_FPA01_P1_POST_DIV_SHIFT);
895 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
H A Dpsb_intel_reg.h254 #define DPLL_FPA01_P1_POST_DIV_SHIFT 16 macro
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpll.c451 DPLL_FPA01_P1_POST_DIV_SHIFT);
482 DPLL_FPA01_P1_POST_DIV_SHIFT);
493 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
1028 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
1034 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
1101 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
1106 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
1310 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
H A Dintel_display.c8161 ((clock.p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT) |
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h735 #define DPLL_FPA01_P1_POST_DIV_SHIFT 16 macro

Completed in 187 milliseconds