Searched refs:fifo_start (Results 1 – 9 of 9) sorted by relevance
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 51 .fifo_start = VID_A_DOWN_CLUSTER_1, 73 .fifo_start = VID_B_DOWN_CLUSTER_1, 95 .fifo_start = VID_C_DOWN_CLUSTER_1, 117 .fifo_start = VID_D_DOWN_CLUSTER_1, 139 .fifo_start = VID_E_DOWN_CLUSTER_1, 161 .fifo_start = VID_F_DOWN_CLUSTER_1, 183 .fifo_start = VID_G_DOWN_CLUSTER_1, 205 .fifo_start = VID_H_DOWN_CLUSTER_1, 226 .fifo_start = AUD_A_DOWN_CLUSTER_1, 240 .fifo_start = VID_I_UP_CLUSTER_1, [all …]
|
D | cx25821-audio-upstream.c | 73 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_upstream_audio() 94 cx_write(ch->ptr1_reg, ch->fifo_start); in cx25821_sram_channel_setup_upstream_audio()
|
D | cx25821-video-upstream.c | 67 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_upstream() 87 cx_write(ch->ptr1_reg, ch->fifo_start); in cx25821_sram_channel_setup_upstream()
|
D | cx25821.h | 339 u32 fifo_start; member
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 240 .fifo_start = 0x180c00, 252 .fifo_start = 0x183400, 264 .fifo_start = 0x183c00, 276 .fifo_start = 0x184400, 288 .fifo_start = 0x185400, 300 .fifo_start = 0x185400, /* same as audio IN */ 312 .fifo_start = 0x186400, 324 .fifo_start = 0x187400, 349 cx_write(cdt + 16*i, ch->fifo_start + bpl*i); in cx88_sram_channel_setup() 361 cx_write(ch->ptr1_reg, ch->fifo_start); in cx88_sram_channel_setup() [all …]
|
D | cx88-dsp.c | 242 u32 offset = (current_address - srch->fifo_start + bpl); in read_rds_samples() 246 current_address - srch->fifo_start, sample_count, in read_rds_samples() 257 samples[i] = cx_read(srch->fifo_start + offset); in read_rds_samples()
|
D | cx88.h | 136 u32 fifo_start; member
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 86 .fifo_start = 0x40, 98 .fifo_start = 0x0, 110 .fifo_start = 0x5000, 122 .fifo_start = 0x0, 134 .fifo_start = 0x0, 146 .fifo_start = 0x6000, 158 .fifo_start = 0x7000, 170 .fifo_start = 0x0, 182 .fifo_start = 0x0, 197 .fifo_start = 0x40, [all …]
|
D | cx23885.h | 484 u32 fifo_start; member
|