Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dpll_mgr.c901 .cfgcr1 = DPLL_CFGCR1(SKL_DPLL1),
907 .cfgcr1 = DPLL_CFGCR1(SKL_DPLL2),
913 .cfgcr1 = DPLL_CFGCR1(SKL_DPLL3),
H A Dintel_ddi.c1165 cfgcr1_reg = DPLL_CFGCR1(pll_id); in skl_calc_wrpll_link()
H A Di915_reg.h8594 #define DPLL_CFGCR1(id) _MMIO_PIPE((id) - SKL_DPLL1, _DPLL1_CFGCR1, _DPLL2_CFGCR1) macro