Searched refs:FP_N_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.h745 #define FP_N_DIV_SHIFT 16 macro
H A Dintel_display.c4530 clock.n = ffs((fp & FP_N_PINEVIEW_DIV_MASK) >> FP_N_DIV_SHIFT) - 1;
4533 clock.n = (fp & FP_N_DIV_MASK) >> FP_N_DIV_SHIFT;

Completed in 48 milliseconds