Searched refs:DPLL_FPA1_P1_POST_DIV_SHIFT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_reg.h684 # define DPLL_FPA1_P1_POST_DIV_SHIFT 0 macro
H A Dintel_display.c3792 dpll |= (1 << (clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;
3794 dpll |= (1 << (reduced_clock.p1 - 1)) << DPLL_FPA1_P1_POST_DIV_SHIFT;

Completed in 63 milliseconds