Lines Matching defs:audio
132 * @avbuf.base: Register I/O base address for the audio/video buffer manager
133 * @audio.base: Registers I/O base address for the audio mixer
148 } audio;
407 * @audio_from_ps: True if the audio clock originates from the PS
410 * Set the source for the video and audio clocks, as well as for the video
435 * Enable all (video and audio) buffer channels.
463 * Disable all (video and audio) buffer channels.
475 * zynqmp_disp_avbuf_enable_audio - Enable audio
478 * Enable all audio buffers with a non-live (memory) source.
492 * zynqmp_disp_avbuf_disable_audio - Disable audio
495 * Disable all audio buffers.
816 writel(val, disp->audio.base + reg);
820 * zynqmp_disp_audio_enable - Enable the audio mixer
823 * Enable the audio mixer by de-asserting the soft reset. The audio state is set to
828 /* Clear the audio soft reset register as it's an non-reset flop. */
835 * zynqmp_disp_audio_disable - Disable the audio mixer
838 * Disable the audio mixer by asserting its soft reset.
907 * Enable the @layer in the audio/video buffer manager and the blender. DMA
923 * audio/video buffer manager and the blender.
1252 disp->audio.base = devm_platform_ioremap_resource_byname(pdev, "aud");
1253 if (IS_ERR(disp->audio.base)) {
1254 ret = PTR_ERR(disp->audio.base);