Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_irq.c1004 if (pch_iir & SDE_AUDIO_POWER_MASK) { in ibx_irq_handler()
1005 int port = ffs((pch_iir & SDE_AUDIO_POWER_MASK) >> in ibx_irq_handler()
H A Di915_reg.h3889 #define SDE_AUDIO_POWER_MASK (7 << SDE_AUDIO_POWER_SHIFT) macro