Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_pch_refclk.c194 drm_WARN_ON(&dev_priv->drm, SBI_SSCDIVINTPHASE_DIVSEL(p.divsel) & in lpt_program_iclkip()
208 temp |= SBI_SSCDIVINTPHASE_DIVSEL(p.divsel); in lpt_program_iclkip()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h6993 #define SBI_SSCDIVINTPHASE_DIVSEL(x) ((x) << 1) macro