Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c983 cfgcr2_reg = DPLL_CFGCR2(dpll); in skl_calc_wrpll_link()
2574 .cfgcr2 = DPLL_CFGCR2(SKL_DPLL1),
2580 .cfgcr2 = DPLL_CFGCR2(SKL_DPLL2),
2586 .cfgcr2 = DPLL_CFGCR2(SKL_DPLL3),
Di915_reg.h7471 #define DPLL_CFGCR2(id) (DPLL1_CFGCR2 + ((id) - SKL_DPLL1) * 8) macro