Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Dintel_display.c2134 ~SBI_SSCDIVINTPHASE_DIVSEL_MASK); in lpt_program_iclkip()
2146 temp &= ~SBI_SSCDIVINTPHASE_DIVSEL_MASK; in lpt_program_iclkip()
2193 divsel = (temp & SBI_SSCDIVINTPHASE_DIVSEL_MASK) >> in lpt_get_iclkip()
/drivers/gpu/drm/i915/
Di915_reg.h10337 #define SBI_SSCDIVINTPHASE_DIVSEL_MASK (0x7f << 1) macro