Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dpio_phy.c872 val &= ~CHV_CMN_USEDCLKCHANNEL; in chv_phy_pre_pll_enable()
874 val |= CHV_CMN_USEDCLKCHANNEL; in chv_phy_pre_pll_enable()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h570 #define CHV_CMN_USEDCLKCHANNEL (1 << 13) macro