Lines Matching refs:cdt
46 .cdt = VID_A_CDT,
68 .cdt = VID_B_CDT,
90 .cdt = VID_C_CDT,
112 .cdt = VID_D_CDT,
134 .cdt = VID_E_CDT,
156 .cdt = VID_F_CDT,
178 .cdt = VID_G_CDT,
200 .cdt = VID_H_CDT,
221 .cdt = AUD_A_CDT,
235 .cdt = VID_I_CDT,
261 .cdt = VID_J_CDT,
287 .cdt = AUD_B_CDT,
439 u32 cdt; in cx25821_sram_channel_setup() local
450 cdt = ch->cdt; in cx25821_sram_channel_setup()
464 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup()
465 cx_write(cdt + 16 * i + 4, 0); in cx25821_sram_channel_setup()
466 cx_write(cdt + 16 * i + 8, 0); in cx25821_sram_channel_setup()
467 cx_write(cdt + 16 * i + 12, 0); in cx25821_sram_channel_setup()
481 cx_write(ch->cmds_start + 8, cdt); in cx25821_sram_channel_setup()
495 cx_write(ch->ptr2_reg, cdt); in cx25821_sram_channel_setup()
507 u32 cdt; in cx25821_sram_channel_setup_audio() local
518 cdt = ch->cdt; in cx25821_sram_channel_setup_audio()
532 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_audio()
533 cx_write(cdt + 16 * i + 4, 0); in cx25821_sram_channel_setup_audio()
534 cx_write(cdt + 16 * i + 8, 0); in cx25821_sram_channel_setup_audio()
535 cx_write(cdt + 16 * i + 12, 0); in cx25821_sram_channel_setup_audio()
545 cx_write(ch->cmds_start + 8, cdt); in cx25821_sram_channel_setup_audio()
561 cx_write(ch->ptr2_reg, cdt); in cx25821_sram_channel_setup_audio()