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