Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_audio.c332 tmp = I915_READ(HSW_AUD_M_CTS_ENABLE(pipe)); in hsw_dp_audio_config_update()
343 I915_WRITE(HSW_AUD_M_CTS_ENABLE(pipe), tmp); in hsw_dp_audio_config_update()
383 tmp = I915_READ(HSW_AUD_M_CTS_ENABLE(pipe)); in hsw_hdmi_audio_config_update()
386 I915_WRITE(HSW_AUD_M_CTS_ENABLE(pipe), tmp); in hsw_hdmi_audio_config_update()
Di915_reg.h8801 #define HSW_AUD_M_CTS_ENABLE(pipe) _MMIO_PIPE(pipe, _HSW_AUD_M_CTS_ENABLE_A, _HSW_AUD_M_CTS_ENABLE_… macro