Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_audio.c297 tmp = I915_READ(HSW_AUD_CFG(pipe)); in hsw_dp_audio_config_update()
309 I915_WRITE(HSW_AUD_CFG(pipe), tmp); in hsw_dp_audio_config_update()
336 tmp = I915_READ(HSW_AUD_CFG(pipe)); in hsw_hdmi_audio_config_update()
353 I915_WRITE(HSW_AUD_CFG(pipe), tmp); in hsw_hdmi_audio_config_update()
387 tmp = I915_READ(HSW_AUD_CFG(pipe)); in hsw_audio_codec_disable()
394 I915_WRITE(HSW_AUD_CFG(pipe), tmp); in hsw_audio_codec_disable()
H A Di915_reg.h8206 #define HSW_AUD_CFG(pipe) _MMIO_PIPE(pipe, _HSW_AUD_CONFIG_A, _HSW_AUD_CONFIG_B) macro