Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dpll_mgr.c2285 cfgcr1 = DPLL_CFGCR1_QDIV_RATIO(wrpll_params.qdiv_ratio) | in cnl_ddi_hdmi_pll_dividers()
2517 cfgcr1 = DPLL_CFGCR1_QDIV_RATIO(pll_params.qdiv_ratio) | in icl_calc_dpll_state()
Di915_reg.h9499 #define DPLL_CFGCR1_QDIV_RATIO(x) ((x) << 10) macro