Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_lpe_audio.c342 audio_enable = intel_de_read(dev_priv, VLV_AUD_PORT_EN_DBG(port)); in intel_lpe_audio_notify()
351 intel_de_write(dev_priv, VLV_AUD_PORT_EN_DBG(port), in intel_lpe_audio_notify()
360 intel_de_write(dev_priv, VLV_AUD_PORT_EN_DBG(port), in intel_lpe_audio_notify()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h1303 #define VLV_AUD_PORT_EN_DBG(port) _MMIO_PORT3((port) - PORT_B, \ macro