Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_dpio_phy.c875 val &= ~CHV_PCS_USEDCLKCHANNEL; in chv_phy_pre_pll_enable()
877 val |= CHV_PCS_USEDCLKCHANNEL; in chv_phy_pre_pll_enable()
884 val &= ~CHV_PCS_USEDCLKCHANNEL; in chv_phy_pre_pll_enable()
886 val |= CHV_PCS_USEDCLKCHANNEL; in chv_phy_pre_pll_enable()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h294 #define CHV_PCS_USEDCLKCHANNEL (1 << 21) macro