Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-alsa.c117 const struct sram_channel *audio_ch = &cx88_sram_channels[SRAM_CH25]; in _cx88_start_audio_dma()
179 &cx88_sram_channels[SRAM_CH25]); in _cx88_stop_audio_dma()
223 cx88_sram_channel_dump(core, &cx88_sram_channels[SRAM_CH25]); in cx8801_aud_irq()
423 if (cx88_sram_channels[SRAM_CH25].fifo_size != DEFAULT_FIFO_SIZE) { in snd_cx88_pcm_open()
424 unsigned int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; in snd_cx88_pcm_open()
H A Dcx88-core.c291 [SRAM_CH25] = {
579 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], 128, 0); in cx88_reset()
794 int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; in cx88_start_audio_dma()
803 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], bpl, 0); in cx88_start_audio_dma()
H A Dcx88.h115 #define SRAM_CH25 4 /* audio */ macro