Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/cx88/
Dcx88-core.c325 [SRAM_CH27] = {
581 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH27], 128, 0); in cx88_reset()
782 int rds_bpl = cx88_sram_channels[SRAM_CH27].fifo_size / AUD_RDS_LINES; in cx88_start_audio_dma()
791 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH27], in cx88_start_audio_dma()
Dcx88-dsp.c239 const struct sram_channel *srch = &cx88_sram_channels[SRAM_CH27]; in read_rds_samples()
Dcx88.h118 #define SRAM_CH27 7 /* audio rds */ macro