Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_dpll_mgr.c2331 cfgcr1 = DPLL_CFGCR1_QDIV_RATIO(wrpll_params.qdiv_ratio) | in cnl_ddi_hdmi_pll_dividers()
2594 cfgcr1 = DPLL_CFGCR1_QDIV_RATIO(pll_params.qdiv_ratio) | in icl_calc_dpll_state()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h9932 #define DPLL_CFGCR1_QDIV_RATIO(x) ((x) << 10) macro