HomeSort by: relevance | last modified time | path
    Searched defs:pll_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_ddi.c 1322 static int skl_calc_wrpll_link(const struct intel_dpll_hw_state *pll_state)
1326 p0 = pll_state->cfgcr2 & DPLL_CFGCR2_PDIV_MASK;
1327 p2 = pll_state->cfgcr2 & DPLL_CFGCR2_KDIV_MASK;
1329 if (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_MODE(1))
1330 p1 = (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_RATIO_MASK) >> 8;
1365 dco_freq = (pll_state->cfgcr1 & DPLL_CFGCR1_DCO_INTEGER_MASK)
1368 dco_freq += (((pll_state->cfgcr1 & DPLL_CFGCR1_DCO_FRACTION_MASK) >> 9)
1378 struct intel_dpll_hw_state *pll_state)
1382 p0 = pll_state->cfgcr1 & DPLL_CFGCR1_PDIV_MASK;
1383 p2 = pll_state->cfgcr1 & DPLL_CFGCR1_KDIV_MASK
1555 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; local in function:icl_ddi_clock_get
1581 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; local in function:cnl_ddi_clock_get
1629 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; local in function:skl_ddi_clock_get
    [all...]
intel_ddi.c 1322 static int skl_calc_wrpll_link(const struct intel_dpll_hw_state *pll_state)
1326 p0 = pll_state->cfgcr2 & DPLL_CFGCR2_PDIV_MASK;
1327 p2 = pll_state->cfgcr2 & DPLL_CFGCR2_KDIV_MASK;
1329 if (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_MODE(1))
1330 p1 = (pll_state->cfgcr2 & DPLL_CFGCR2_QDIV_RATIO_MASK) >> 8;
1365 dco_freq = (pll_state->cfgcr1 & DPLL_CFGCR1_DCO_INTEGER_MASK)
1368 dco_freq += (((pll_state->cfgcr1 & DPLL_CFGCR1_DCO_FRACTION_MASK) >> 9)
1378 struct intel_dpll_hw_state *pll_state)
1382 p0 = pll_state->cfgcr1 & DPLL_CFGCR1_PDIV_MASK;
1383 p2 = pll_state->cfgcr1 & DPLL_CFGCR1_KDIV_MASK
1555 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; local in function:icl_ddi_clock_get
1581 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; local in function:cnl_ddi_clock_get
1629 struct intel_dpll_hw_state *pll_state = &pipe_config->dpll_hw_state; local in function:skl_ddi_clock_get
    [all...]

Completed in 47 milliseconds