Searched refs:ctrl_start (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx25821/ |
D | cx25821-core.c | 45 .ctrl_start = VID_A_IQ, 67 .ctrl_start = VID_B_IQ, 89 .ctrl_start = VID_C_IQ, 111 .ctrl_start = VID_D_IQ, 133 .ctrl_start = VID_E_IQ, 155 .ctrl_start = VID_F_IQ, 177 .ctrl_start = VID_G_IQ, 199 .ctrl_start = VID_H_IQ, 220 .ctrl_start = AUD_A_IQ, 234 .ctrl_start = VID_I_IQ, [all …]
|
D | cx25821.h | 329 u32 ctrl_start; member
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | cx88-core.c | 253 .ctrl_start = 0x180400, 265 .ctrl_start = 0x1804a0, 277 .ctrl_start = 0x180540, 289 .ctrl_start = 0x1805e0, 301 .ctrl_start = 0x180680, 313 .ctrl_start = 0x180720, 325 .ctrl_start = 0x1807C0, 337 .ctrl_start = 0x180860, 371 cx_write(ch->cmds_start + 12, ch->ctrl_start); in cx88_sram_channel_setup() 460 risc = cx_read(ch->ctrl_start + 4 * i); in cx88_sram_channel_dump() [all …]
|
D | cx88.h | 134 u32 ctrl_start; member
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885-core.c | 86 .ctrl_start = 0x10380, 98 .ctrl_start = 0x0, 110 .ctrl_start = 0x10400, 122 .ctrl_start = 0x0, 134 .ctrl_start = 0x0, 146 .ctrl_start = 0x10440, 158 .ctrl_start = 0x10480, 170 .ctrl_start = 0x0, 182 .ctrl_start = 0x0, 197 .ctrl_start = 0x105b0, [all …]
|
D | cx23885.h | 491 u32 ctrl_start; member
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_crb.c | 81 u32 ctrl_start; member 278 if ((ioread32(&priv->regs_t->ctrl_start) & CRB_START_INVOKE) != in crb_status() 380 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send() 387 iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start); in crb_send()
|