Home
last modified time | relevance | path

Searched refs:PLL_P1_DIVIDE_BY_TWO (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpll.c901 dpll |= PLL_P1_DIVIDE_BY_TWO; in i8xx_compute_dpll()
H A Dintel_display.c3904 if (dpll & PLL_P1_DIVIDE_BY_TWO) in i9xx_crtc_clock_get()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h1482 #define PLL_P1_DIVIDE_BY_TWO (1 << 21) /* i830 */ macro