Searched refs:OTFDPC_DPC2_THR_MASK (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 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()
|
D | dm365_ipipe.c | 144 if (dpc_2_0->det_thr.r > OTFDPC_DPC2_THR_MASK || in ipipe_validate_otfdpc_params() 145 dpc_2_0->det_thr.gr > OTFDPC_DPC2_THR_MASK || in ipipe_validate_otfdpc_params() 146 dpc_2_0->det_thr.gb > OTFDPC_DPC2_THR_MASK || in ipipe_validate_otfdpc_params() 147 dpc_2_0->det_thr.b > OTFDPC_DPC2_THR_MASK || in ipipe_validate_otfdpc_params() 148 dpc_2_0->corr_thr.r > OTFDPC_DPC2_THR_MASK || in ipipe_validate_otfdpc_params() 149 dpc_2_0->corr_thr.gr > OTFDPC_DPC2_THR_MASK || in ipipe_validate_otfdpc_params() 150 dpc_2_0->corr_thr.gb > OTFDPC_DPC2_THR_MASK || in ipipe_validate_otfdpc_params() 151 dpc_2_0->corr_thr.b > OTFDPC_DPC2_THR_MASK) in ipipe_validate_otfdpc_params()
|
D | dm365_ipipe_hw.h | 347 #define OTFDPC_DPC2_THR_MASK 0xfff macro
|