Searched refs:ctrl_start (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/media/pci/cx25821/ | 
| D | cx25821-core.c | 35 		.ctrl_start = VID_A_IQ, 57 		.ctrl_start = VID_B_IQ, 79 		.ctrl_start = VID_C_IQ, 101 		.ctrl_start = VID_D_IQ, 123 		.ctrl_start = VID_E_IQ, 145 		.ctrl_start = VID_F_IQ, 167 		.ctrl_start = VID_G_IQ, 189 		.ctrl_start = VID_H_IQ, 210 		.ctrl_start = AUD_A_IQ, 224 		.ctrl_start = VID_I_IQ, [all …] 
 | 
| D | cx25821.h | 318 	u32 ctrl_start;  member
  | 
| /Linux-v5.4/drivers/media/pci/cx88/ | 
| D | cx88-core.c | 244 		.ctrl_start = 0x180400, 256 		.ctrl_start = 0x1804a0, 268 		.ctrl_start = 0x180540, 280 		.ctrl_start = 0x1805e0, 292 		.ctrl_start = 0x180680, 304 		.ctrl_start = 0x180720, 316 		.ctrl_start = 0x1807C0, 328 		.ctrl_start = 0x180860, 362 	cx_write(ch->cmds_start + 12, ch->ctrl_start);  in cx88_sram_channel_setup() 451 		risc = cx_read(ch->ctrl_start + 4 * i);  in cx88_sram_channel_dump() [all …] 
 | 
| D | cx88.h | 124 	u32  ctrl_start;  member
  | 
| /Linux-v5.4/drivers/media/pci/cx23885/ | 
| D | cx23885-core.c | 89 		.ctrl_start	= 0x10380, 101 		.ctrl_start	= 0x0, 113 		.ctrl_start	= 0x10400, 125 		.ctrl_start	= 0x0, 137 		.ctrl_start	= 0x0, 149 		.ctrl_start	= 0x10440, 161 		.ctrl_start	= 0x10480, 173 		.ctrl_start	= 0x0, 185 		.ctrl_start	= 0x0, 200 		.ctrl_start	= 0x105b0, [all …] 
 | 
| D | cx23885.h | 482 	u32  ctrl_start;  member
  | 
| /Linux-v5.4/drivers/char/tpm/ | 
| D | tpm_crb.c | 77 	u32 ctrl_start;  member 274 	if ((ioread32(&priv->regs_t->ctrl_start) & CRB_START_INVOKE) !=  in crb_status() 386 		iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start);  in crb_send() 393 		iowrite32(CRB_START_INVOKE, &priv->regs_t->ctrl_start);  in crb_send()
  |