Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_display.c6712 DPIO_CHV_M1_DIV_BY_2 | in chv_prepare_pll()
7476 clock.m1 = (pll_dw1 & 0x7) == DPIO_CHV_M1_DIV_BY_2 ? 2 : 0; in chv_crtc_clock_get()
H A Di915_reg.h1640 #define DPIO_CHV_M1_DIV_BY_2 (0 << 0) macro