Searched refs:cdt (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/media/pci/cx25821/ |
A 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, 422 u32 cdt; in cx25821_sram_channel_setup() local 433 cdt = ch->cdt; in cx25821_sram_channel_setup() 490 u32 cdt; in cx25821_sram_channel_setup_audio() local [all …]
|
A D | cx25821.h | 318 u32 cdt; member
|
/linux-6.3-rc2/drivers/media/pci/cx88/ |
A D | cx88-core.c | 247 .cdt = 0x180400 + 64, 259 .cdt = 0x1804a0 + 64, 271 .cdt = 0x180540 + 64, 283 .cdt = 0x1805e0 + 64, 295 .cdt = 0x180680 + 64, 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() 362 cx_write(ch->cmds_start + 4, cdt); in cx88_sram_channel_setup() [all …]
|
A D | cx88.h | 125 u32 cdt; member
|
/linux-6.3-rc2/drivers/media/pci/cx23885/ |
A D | cx23885-core.c | 102 .cdt = 0x0, 126 .cdt = 0x0, 138 .cdt = 0x0, 174 .cdt = 0x0, 186 .cdt = 0x0, 237 .cdt = 0x0, 249 .cdt = 0x0, 285 .cdt = 0x0, 297 .cdt = 0x0, 459 u32 cdt; in cx23885_sram_channel_setup() local [all …]
|
A D | cx23885.h | 484 u32 cdt; member
|
/linux-6.3-rc2/drivers/cxl/core/ |
A D | pci.c | 484 #define DECLARE_CDAT_DOE_TASK(req, cdt) \ argument 485 struct cdat_doe_task cdt = { \ 486 .c = COMPLETION_INITIALIZER_ONSTACK(cdt.c), \ 491 .request_pl = &cdt.request_pl, \ 492 .request_pl_sz = sizeof(cdt.request_pl), \ 493 .response_pl = cdt.response_pl, \ 494 .response_pl_sz = sizeof(cdt.response_pl), \ 496 .private = &cdt.c, \
|
/linux-6.3-rc2/drivers/staging/most/dim2/ |
A 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.3-rc2/drivers/crypto/qat/qat_common/ |
A D | icp_qat_fw.h | 188 #define ICP_QAT_FW_COMN_FLAGS_BUILD(cdt, ptr) \ argument 189 ((((cdt) & QAT_COMN_CD_FLD_TYPE_MASK) << QAT_COMN_CD_FLD_TYPE_BITPOS) \
|
/linux-6.3-rc2/fs/coda/ |
A D | dir.c | 328 static inline unsigned int CDT2DT(unsigned char cdt) in CDT2DT() argument 332 switch(cdt) { in CDT2DT()
|
/linux-6.3-rc2/drivers/net/phy/ |
A 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.3-rc2/Documentation/admin-guide/ |
A D | devices.txt | 2808 2 = /dev/cpqhealth/cdt Data Table
|
Completed in 41 milliseconds