Searched refs:dpc_thr (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 450 struct vpfe_ipipe_otfdpc_2_0_cfg *dpc_thr) in set_dpc_thresholds() argument 452 regw_ip(base_addr, dpc_thr->corr_thr.r & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 454 regw_ip(base_addr, dpc_thr->corr_thr.gr & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 456 regw_ip(base_addr, dpc_thr->corr_thr.gb & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 458 regw_ip(base_addr, dpc_thr->corr_thr.b & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 460 regw_ip(base_addr, dpc_thr->det_thr.r & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 462 regw_ip(base_addr, dpc_thr->det_thr.gr & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 464 regw_ip(base_addr, dpc_thr->det_thr.gb & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds() 466 regw_ip(base_addr, dpc_thr->det_thr.b & OTFDPC_DPC2_THR_MASK, in set_dpc_thresholds()
|