Searched refs:SRAM_CH25 (Results 1 – 3 of 3) sorted by relevance
127 struct sram_channel *audio_ch = &cx88_sram_channels[SRAM_CH25]; in _cx88_start_audio_dma()183 cx88_sram_channel_dump(chip->core, &cx88_sram_channels[SRAM_CH25]); in _cx88_stop_audio_dma()227 cx88_sram_channel_dump(core, &cx88_sram_channels[SRAM_CH25]); in cx8801_aud_irq()348 if (cx88_sram_channels[SRAM_CH25].fifo_size != DEFAULT_FIFO_SIZE) { in snd_cx88_pcm_open()349 unsigned int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; in snd_cx88_pcm_open()
304 [SRAM_CH25] = {598 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], 128, 0); in cx88_reset()797 int bpl = cx88_sram_channels[SRAM_CH25].fifo_size/4; in cx88_start_audio_dma()804 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], bpl, 0); in cx88_start_audio_dma()
132 #define SRAM_CH25 4 /* audio */ macro