Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dpll_mgr.c2280 cfgcr1 = DPLL_CFGCR1_QDIV_RATIO(wrpll_params.qdiv_ratio) | in cnl_ddi_hdmi_pll_dividers()
H A Di915_reg.h8638 #define DPLL_CFGCR1_QDIV_RATIO(x) ((x) << 10) macro