Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c4458 ~SBI_SSCDIVINTPHASE_INCVAL_MASK); in lpt_program_iclkip()
4473 temp &= ~SBI_SSCDIVINTPHASE_INCVAL_MASK; in lpt_program_iclkip()
4520 phaseinc = (temp & SBI_SSCDIVINTPHASE_INCVAL_MASK) >> in lpt_get_iclkip()
Di915_reg.h9105 #define SBI_SSCDIVINTPHASE_INCVAL_MASK (0x7f << 8) macro