Searched refs:dpc_thr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 447 struct vpfe_ipipe_otfdpc_2_0_cfg *dpc_thr) in set_dpc_thresholds() argument 449 regw_ip(base_addr, dpc_thr->corr_thr.r & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 451 regw_ip(base_addr, dpc_thr->corr_thr.gr & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 453 regw_ip(base_addr, dpc_thr->corr_thr.gb & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 455 regw_ip(base_addr, dpc_thr->corr_thr.b & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 457 regw_ip(base_addr, dpc_thr->det_thr.r & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 459 regw_ip(base_addr, dpc_thr->det_thr.gr & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 461 regw_ip(base_addr, dpc_thr->det_thr.gb & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 463 regw_ip(base_addr, dpc_thr->det_thr.b & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds()
|