Home
last modified time | relevance | path

Searched refs:PORT_PLL_M2_FRAC_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpll_mgr.c1962 PORT_PLL_M2_FRAC_ENABLE, pll->state.hw_state.pll3); in bxt_ddi_pll_enable()
2077 hw_state->pll3 &= PORT_PLL_M2_FRAC_ENABLE; in bxt_ddi_pll_get_hw_state()
2216 dpll_hw_state->pll3 = PORT_PLL_M2_FRAC_ENABLE; in bxt_ddi_set_dpll_hw_state()
2244 if (pll_state->pll3 & PORT_PLL_M2_FRAC_ENABLE) in bxt_ddi_pll_get_freq()
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dhandlers.c573 if (vgpu_vreg_t(vgpu, BXT_PORT_PLL(phy, ch, 3)) & PORT_PLL_M2_FRAC_ENABLE) in bxt_vgpu_get_dp_bitrate()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h626 #define PORT_PLL_M2_FRAC_ENABLE REG_BIT(16) macro