Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dpio_phy.c863 val &= ~(CHV_BUFLEFTENA2_MASK | CHV_BUFRIGHTENA2_MASK); in chv_phy_pre_pll_enable()
1012 val &= ~(CHV_BUFLEFTENA2_MASK | CHV_BUFRIGHTENA2_MASK); in chv_phy_post_pll_disable()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h496 #define CHV_BUFLEFTENA2_MASK (3 << 17) /* CL2 DW1 only */ macro