Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_display.c4495 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; in i9xx_update_pll()
4585 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; in i8xx_update_pll()
4590 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT; in i8xx_update_pll()
5553 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT; in ironlake_compute_dpll()
6857 DPLL_FPA01_P1_POST_DIV_SHIFT); in intel_crtc_clock_get()
6881 DPLL_FPA01_P1_POST_DIV_SHIFT); in intel_crtc_clock_get()
6895 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2; in intel_crtc_clock_get()
Di915_reg.h972 #define DPLL_FPA01_P1_POST_DIV_SHIFT 16 macro