HomeSort by: relevance | last modified time | path
    Searched defs:audio_enable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_lpe_audio.c 332 u32 audio_enable; local in function:intel_lpe_audio_notify
342 audio_enable = I915_READ(VLV_AUD_PORT_EN_DBG(port));
352 audio_enable & ~VLV_AMP_MUTE);
361 audio_enable | VLV_AMP_MUTE);
intel_lpe_audio.c 332 u32 audio_enable; local in function:intel_lpe_audio_notify
342 audio_enable = I915_READ(VLV_AUD_PORT_EN_DBG(port));
352 audio_enable & ~VLV_AMP_MUTE);
361 audio_enable | VLV_AMP_MUTE);

Completed in 23 milliseconds