Home
last modified time | relevance | path

Searched refs:SRAM_CH25 (Results 1 – 3 of 3) sorted by relevance

/drivers/media/pci/cx88/
Dcx88-alsa.c142 const struct sram_channel *audio_ch = &cx88_sram_channels[SRAM_CH25]; in _cx88_start_audio_dma()
198 cx88_sram_channel_dump(chip->core, &cx88_sram_channels[SRAM_CH25]); in _cx88_stop_audio_dma()
242 cx88_sram_channel_dump(core, &cx88_sram_channels[SRAM_CH25]); in cx8801_aud_irq()
441 if (cx88_sram_channels[SRAM_CH25].fifo_size != DEFAULT_FIFO_SIZE) { in snd_cx88_pcm_open()
442 unsigned int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; in snd_cx88_pcm_open()
Dcx88-core.c283 [SRAM_CH25] = {
570 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], 128, 0); in cx88_reset()
770 int bpl = cx88_sram_channels[SRAM_CH25].fifo_size/4; in cx88_start_audio_dma()
779 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], bpl, 0); in cx88_start_audio_dma()
Dcx88.h125 #define SRAM_CH25 4 /* audio */ macro