/linux-6.1.9/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 36 .cdt = VID_A_CDT, 58 .cdt = VID_B_CDT, 80 .cdt = VID_C_CDT, 102 .cdt = VID_D_CDT, 124 .cdt = VID_E_CDT, 146 .cdt = VID_F_CDT, 168 .cdt = VID_G_CDT, 190 .cdt = VID_H_CDT, 211 .cdt = AUD_A_CDT, 225 .cdt = VID_I_CDT, [all …]
|
D | cx25821.h | 318 u32 cdt; member
|
/linux-6.1.9/drivers/media/pci/cx88/ |
D | cx88-core.c | 247 .cdt = 0x180400 + 64, 259 .cdt = 0x1804a0 + 64, 271 .cdt = 0x180540 + 64, 283 .cdt = 0x1805e0 + 64, 295 .cdt = 0x180680 + 64, 307 .cdt = 0x180680 + 64, /* same as audio IN */ 319 .cdt = 0x1807C0 + 64, 331 .cdt = 0x180860 + 64, 347 u32 cdt; in cx88_sram_channel_setup() local 350 cdt = ch->cdt; in cx88_sram_channel_setup() [all …]
|
D | cx88.h | 125 u32 cdt; member
|
/linux-6.1.9/drivers/cxl/core/ |
D | pci.c | 505 #define DECLARE_CDAT_DOE_TASK(req, cdt) \ argument 506 struct cdat_doe_task cdt = { \ 507 .c = COMPLETION_INITIALIZER_ONSTACK(cdt.c), \ 512 .request_pl = &cdt.request_pl, \ 513 .request_pl_sz = sizeof(cdt.request_pl), \ 514 .response_pl = cdt.response_pl, \ 515 .response_pl_sz = sizeof(cdt.response_pl), \ 517 .private = &cdt.c, \
|
/linux-6.1.9/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 90 .cdt = 0x104c0, 102 .cdt = 0x0, 114 .cdt = 0x10580, 126 .cdt = 0x0, 138 .cdt = 0x0, 150 .cdt = 0x105e0, 162 .cdt = 0x10a00, 174 .cdt = 0x0, 186 .cdt = 0x0, 201 .cdt = 0x107b0, [all …]
|
D | cx23885.h | 484 u32 cdt; member
|
/linux-6.1.9/drivers/staging/most/dim2/ |
D | hal.c | 253 u32 cdt[4] = { 0, 0, 0, 0 }; in dim2_configure_cdt() local 256 cdt[1] = ((packet_length - 1) << CDT1_BS_ISOC_SHIFT); in dim2_configure_cdt() 258 cdt[3] = in dim2_configure_cdt() 261 dim2_write_ctr(CDT + ch_addr, cdt); in dim2_configure_cdt() 273 u32 cdt[4] = { 0, 0, 0, 0 }; in dim2_clear_cdt() local 275 dim2_write_ctr(CDT + ch_addr, cdt); in dim2_clear_cdt()
|
/linux-6.1.9/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw.h | 164 #define ICP_QAT_FW_COMN_FLAGS_BUILD(cdt, ptr) \ argument 165 ((((cdt) & QAT_COMN_CD_FLD_TYPE_MASK) << QAT_COMN_CD_FLD_TYPE_BITPOS) \
|
/linux-6.1.9/fs/coda/ |
D | dir.c | 328 static inline unsigned int CDT2DT(unsigned char cdt) in CDT2DT() argument 332 switch(cdt) { in CDT2DT()
|
/linux-6.1.9/drivers/net/phy/ |
D | at803x.c | 1491 u16 cdt; in at803x_cdt_start() local 1495 cdt = QCA808X_CDT_ENABLE_TEST | in at803x_cdt_start() 1499 cdt = FIELD_PREP(AT803X_CDT_MDI_PAIR_MASK, pair) | in at803x_cdt_start() 1502 return phy_write(phydev, AT803X_CDT, cdt); in at803x_cdt_start()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | devices.txt | 2808 2 = /dev/cpqhealth/cdt Data Table
|