HomeSort by: relevance | last modified time | path
    Searched refs:DPLL_FPA01_P1_POST_DIV_SHIFT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
i915_reg.h 413 #define DPLL_FPA01_P1_POST_DIV_SHIFT 16
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.c 8509 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
8562 dpll |= (1 << (clock->p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
8567 dpll |= (clock->p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT;
10090 dpll |= (1 << (crtc_state->dpll.p1 - 1)) << DPLL_FPA01_P1_POST_DIV_SHIFT;
11923 DPLL_FPA01_P1_POST_DIV_SHIFT);
11950 DPLL_FPA01_P1_POST_DIV_SHIFT);
11961 DPLL_FPA01_P1_POST_DIV_SHIFT) + 2;
17714 ((clock.p1 - 2) << DPLL_FPA01_P1_POST_DIV_SHIFT) |
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 3426 #define DPLL_FPA01_P1_POST_DIV_SHIFT 16

Completed in 157 milliseconds