Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c2013 temp &= ~LANESTAGGER_STRAP_OVRD; in bxt_ddi_pll_enable()
2107 hw_state->pcsdw12 &= LANE_STAGGER_MASK | LANESTAGGER_STRAP_OVRD; in bxt_ddi_pll_get_hw_state()
2231 dpll_hw_state->pcsdw12 = LANESTAGGER_STRAP_OVRD | lanestagger; in bxt_ddi_set_dpll_hw_state()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h738 #define LANESTAGGER_STRAP_OVRD (1 << 6) macro