Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c2611 cfgcr1 = DPLL_CFGCR1_QDIV_RATIO(wrpll_params.qdiv_ratio) | in cnl_ddi_hdmi_pll_dividers()
3082 pll_state->cfgcr1 = DPLL_CFGCR1_QDIV_RATIO(pll_params->qdiv_ratio) | in icl_calc_dpll_state()
/drivers/gpu/drm/i915/
Di915_reg.h10492 #define DPLL_CFGCR1_QDIV_RATIO(x) ((x) << 10) macro