Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c1640 if (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_MODE(1)) in skl_ddi_wrpll_get_freq()
1726 DPLL_CFGCR2_QDIV_MODE(wrpll_params.qdiv_mode) | in skl_ddi_hdmi_pll_dividers()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h6003 #define DPLL_CFGCR2_QDIV_MODE(x) ((x) << 7) macro