Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-core.c334 [SRAM_CH27] = {
590 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH27], 128, 0); in cx88_reset()
791 int rds_bpl = cx88_sram_channels[SRAM_CH27].fifo_size / AUD_RDS_LINES; in cx88_start_audio_dma()
800 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH27], in cx88_start_audio_dma()
Dcx88-dsp.c248 const struct sram_channel *srch = &cx88_sram_channels[SRAM_CH27]; in read_rds_samples()
Dcx88.h128 #define SRAM_CH27 7 /* audio rds */ macro