Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c4455 WARN_ON(SBI_SSCDIVINTPHASE_DIVSEL(divsel) & in lpt_program_iclkip()
4472 temp |= SBI_SSCDIVINTPHASE_DIVSEL(divsel); in lpt_program_iclkip()
Di915_reg.h9103 #define SBI_SSCDIVINTPHASE_DIVSEL(x) ((x) << 1) macro