Searched refs:cdt (Results 1 - 9 of 9) sorted by relevance
/drivers/media/pci/cx25821/ |
H A 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 443 u32 cdt; local 511 u32 cdt; local [all...] |
H A D | cx25821-audio-upstream.c | 52 u32 cdt; local 63 cdt = ch->cdt; 73 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); 74 cx_write(cdt + 16 * i + 4, 0); 75 cx_write(cdt + 16 * i + 8, 0); 76 cx_write(cdt + 16 * i + 12, 0); 83 cx_write(ch->cmds_start + 8, cdt); 95 cx_write(ch->ptr2_reg, cdt);
|
H A D | cx25821-video-upstream.c | 46 u32 cdt; local 57 cdt = ch->cdt; 67 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); 68 cx_write(cdt + 16 * i + 4, 0); 69 cx_write(cdt + 16 * i + 8, 0); 70 cx_write(cdt + 16 * i + 12, 0); 77 cx_write(ch->cmds_start + 8, cdt); 88 cx_write(ch->ptr2_reg, cdt);
|
H A D | cx25821.h | 332 u32 cdt; member in struct:sram_channel
|
/drivers/media/pci/cx88/ |
H A D | cx88-core.c | 263 .cdt = 0x180400 + 64, 275 .cdt = 0x1804a0 + 64, 287 .cdt = 0x180540 + 64, 299 .cdt = 0x1805e0 + 64, 311 .cdt = 0x180680 + 64, 323 .cdt = 0x180680 + 64, /* same as audio IN */ 335 .cdt = 0x1807C0 + 64, 347 .cdt = 0x180860 + 64, 362 u32 cdt; local 365 cdt [all...] |
H A D | cx88.h | 135 u32 cdt; member in struct:sram_channel
|
/drivers/media/pci/cx23885/ |
H A D | cx23885-core.c | 65 * cdt size = 16 * linesize 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 443 u32 cdt; local [all...] |
H A D | cx23885.h | 472 u32 cdt; member in struct:sram_channel
|
/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_fw.h | 208 #define ICP_QAT_FW_COMN_FLAGS_BUILD(cdt, ptr) \ 209 ((((cdt) & QAT_COMN_CD_FLD_TYPE_MASK) << QAT_COMN_CD_FLD_TYPE_BITPOS) \
|
Completed in 79 milliseconds