Home
last modified time | relevance | path

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

/sound/ppc/
Dsnd_ps3.c122 int dma_ch, done, retries, stop_forced = 0; in snd_ps3_verify_dma_stop() local
125 for (dma_ch = 0; dma_ch < 8; dma_ch++) { in snd_ps3_verify_dma_stop()
128 status = read_reg(PS3_AUDIO_KICK(dma_ch)) & in snd_ps3_verify_dma_stop()
144 __func__, dma_ch); in snd_ps3_verify_dma_stop()
233 int fill_stages, dma_ch, stage; in snd_ps3_program_dma() local
262 dma_ch = stage * 2 + ch; in snd_ps3_program_dma()
271 write_reg(PS3_AUDIO_SOURCE(dma_ch), in snd_ps3_program_dma()
277 write_reg(PS3_AUDIO_DEST(dma_ch), in snd_ps3_program_dma()
281 write_reg(PS3_AUDIO_DEST(dma_ch), in snd_ps3_program_dma()
286 write_reg(PS3_AUDIO_DMASIZE(dma_ch), 0); in snd_ps3_program_dma()
[all …]
/sound/arm/
Dpxa2xx-pcm.h14 int dma_ch; member