Lines Matching refs:dma_ch
122 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()
294 if (dma_ch == 0) in snd_ps3_program_dma()
295 write_reg(PS3_AUDIO_KICK(dma_ch), in snd_ps3_program_dma()
298 write_reg(PS3_AUDIO_KICK(dma_ch), in snd_ps3_program_dma()
299 PS3_AUDIO_KICK_EVENT_AUDIO_DMA(dma_ch in snd_ps3_program_dma()