Searched refs:cdt (Results 1 – 10 of 10) sorted by relevance
/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 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, [all …]
|
D | cx25821-audio-upstream.c | 52 u32 cdt; in cx25821_sram_channel_setup_upstream_audio() local 63 cdt = ch->cdt; in cx25821_sram_channel_setup_upstream_audio() 73 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_upstream_audio() 74 cx_write(cdt + 16 * i + 4, 0); in cx25821_sram_channel_setup_upstream_audio() 75 cx_write(cdt + 16 * i + 8, 0); in cx25821_sram_channel_setup_upstream_audio() 76 cx_write(cdt + 16 * i + 12, 0); in cx25821_sram_channel_setup_upstream_audio() 83 cx_write(ch->cmds_start + 8, cdt); in cx25821_sram_channel_setup_upstream_audio() 95 cx_write(ch->ptr2_reg, cdt); in cx25821_sram_channel_setup_upstream_audio()
|
D | cx25821-video-upstream.c | 46 u32 cdt; in cx25821_sram_channel_setup_upstream() local 57 cdt = ch->cdt; in cx25821_sram_channel_setup_upstream() 67 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx25821_sram_channel_setup_upstream() 68 cx_write(cdt + 16 * i + 4, 0); in cx25821_sram_channel_setup_upstream() 69 cx_write(cdt + 16 * i + 8, 0); in cx25821_sram_channel_setup_upstream() 70 cx_write(cdt + 16 * i + 12, 0); in cx25821_sram_channel_setup_upstream() 77 cx_write(ch->cmds_start + 8, cdt); in cx25821_sram_channel_setup_upstream() 88 cx_write(ch->ptr2_reg, cdt); in cx25821_sram_channel_setup_upstream()
|
D | cx25821.h | 338 u32 cdt; member
|
/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 85 .cdt = 0x104c0, 97 .cdt = 0x0, 109 .cdt = 0x10580, 121 .cdt = 0x0, 133 .cdt = 0x0, 145 .cdt = 0x105e0, 157 .cdt = 0x10a00, 169 .cdt = 0x0, 181 .cdt = 0x0, 196 .cdt = 0x107b0, [all …]
|
D | cx23885.h | 483 u32 cdt; member
|
/drivers/media/pci/cx88/ |
D | cx88-core.c | 239 .cdt = 0x180400 + 64, 251 .cdt = 0x1804a0 + 64, 263 .cdt = 0x180540 + 64, 275 .cdt = 0x1805e0 + 64, 287 .cdt = 0x180680 + 64, 299 .cdt = 0x180680 + 64, /* same as audio IN */ 311 .cdt = 0x1807C0 + 64, 323 .cdt = 0x180860 + 64, 338 u32 cdt; in cx88_sram_channel_setup() local 341 cdt = ch->cdt; in cx88_sram_channel_setup() [all …]
|
D | cx88.h | 135 u32 cdt; member
|
/drivers/staging/most/hdm-dim2/ |
D | dim2_hal.c | 244 u32 cdt[4] = { 0, 0, 0, 0 }; in dim2_configure_cdt() local 247 cdt[1] = ((packet_length - 1) << CDT1_BS_ISOC_SHIFT); in dim2_configure_cdt() 249 cdt[3] = in dim2_configure_cdt() 252 dim2_write_ctr(CDT + ch_addr, cdt); in dim2_configure_cdt() 257 u32 cdt[4] = { 0, 0, 0, 0 }; in dim2_clear_cdt() local 259 dim2_write_ctr(CDT + ch_addr, cdt); in dim2_clear_cdt()
|
/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw.h | 208 #define ICP_QAT_FW_COMN_FLAGS_BUILD(cdt, ptr) \ argument 209 ((((cdt) & QAT_COMN_CD_FLD_TYPE_MASK) << QAT_COMN_CD_FLD_TYPE_BITPOS) \
|