Searched refs:SRAM_CH25 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
H A D | cx88-alsa.c | 118 const struct sram_channel *audio_ch = &cx88_sram_channels[SRAM_CH25]; in _cx88_start_audio_dma() 180 &cx88_sram_channels[SRAM_CH25]); in _cx88_stop_audio_dma() 224 cx88_sram_channel_dump(core, &cx88_sram_channels[SRAM_CH25]); in cx8801_aud_irq() 424 if (cx88_sram_channels[SRAM_CH25].fifo_size != DEFAULT_FIFO_SIZE) { in snd_cx88_pcm_open() 425 unsigned int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; in snd_cx88_pcm_open()
|
H A D | cx88-core.c | 289 [SRAM_CH25] = { 577 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], 128, 0); in cx88_reset() 780 int bpl = cx88_sram_channels[SRAM_CH25].fifo_size / 4; in cx88_start_audio_dma() 789 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH25], bpl, 0); in cx88_start_audio_dma()
|
H A D | cx88.h | 115 #define SRAM_CH25 4 /* audio */ macro
|
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-alsa.c | 117 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 D | cx88-core.c | 291 [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 D | cx88.h | 115 #define SRAM_CH25 4 /* audio */ macro
|
Completed in 9 milliseconds