Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_pch_refclk.c212 temp &= ~SBI_SSCAUXDIV_FINALDIV2SEL(1); in lpt_program_iclkip()
213 temp |= SBI_SSCAUXDIV_FINALDIV2SEL(p.auxdiv); in lpt_program_iclkip()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h5804 #define SBI_SSCAUXDIV_FINALDIV2SEL(x) ((x) << 4) macro