Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-core.c327 [SRAM_CH27] = {
583 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH27], 128, 0); in cx88_reset()
796 int rds_bpl = cx88_sram_channels[SRAM_CH27].fifo_size / AUD_RDS_LINES; in cx88_start_audio_dma()
805 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH27], in cx88_start_audio_dma()
H A Dcx88-dsp.c239 const struct sram_channel *srch = &cx88_sram_channels[SRAM_CH27]; in read_rds_samples()
H A Dcx88.h118 #define SRAM_CH27 7 /* audio rds */ macro