Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_ddi.c982 cfgcr1_reg = DPLL_CFGCR1(dpll); in skl_calc_wrpll_link()
2573 .cfgcr1 = DPLL_CFGCR1(SKL_DPLL1),
2579 .cfgcr1 = DPLL_CFGCR1(SKL_DPLL2),
2585 .cfgcr1 = DPLL_CFGCR1(SKL_DPLL3),
Di915_reg.h7470 #define DPLL_CFGCR1(id) (DPLL1_CFGCR1 + ((id) - SKL_DPLL1) * 8) macro