Lines Matching refs:cdt
50 .cdt = VID_A_CDT,
72 .cdt = VID_B_CDT,
94 .cdt = VID_C_CDT,
116 .cdt = VID_D_CDT,
138 .cdt = VID_E_CDT,
160 .cdt = VID_F_CDT,
182 .cdt = VID_G_CDT,
204 .cdt = VID_H_CDT,
225 .cdt = AUD_A_CDT,
239 .cdt = VID_I_CDT,
265 .cdt = VID_J_CDT,
291 .cdt = AUD_B_CDT,
443 u32 cdt; in cx25821_sram_channel_setup() local
454 cdt = ch->cdt; in cx25821_sram_channel_setup()
468 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup()
469 cx_write(cdt + 16 * i + 4, 0); in cx25821_sram_channel_setup()
470 cx_write(cdt + 16 * i + 8, 0); in cx25821_sram_channel_setup()
471 cx_write(cdt + 16 * i + 12, 0); in cx25821_sram_channel_setup()
485 cx_write(ch->cmds_start + 8, cdt); in cx25821_sram_channel_setup()
499 cx_write(ch->ptr2_reg, cdt); in cx25821_sram_channel_setup()
511 u32 cdt; in cx25821_sram_channel_setup_audio() local
522 cdt = ch->cdt; in cx25821_sram_channel_setup_audio()
536 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_audio()
537 cx_write(cdt + 16 * i + 4, 0); in cx25821_sram_channel_setup_audio()
538 cx_write(cdt + 16 * i + 8, 0); in cx25821_sram_channel_setup_audio()
539 cx_write(cdt + 16 * i + 12, 0); in cx25821_sram_channel_setup_audio()
549 cx_write(ch->cmds_start + 8, cdt); in cx25821_sram_channel_setup_audio()
565 cx_write(ch->ptr2_reg, cdt); in cx25821_sram_channel_setup_audio()