Home
last modified time | relevance | path

Searched refs:corr_thr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddavinci_vpfe_user.h670 struct vpfe_ipipe_otfdpc_thr corr_thr; member
686 unsigned short corr_thr; member
Ddm365_ipipe_hw.c452 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()
514 regw_ip(base_addr, ((dpc_3_0->corr_thr & OTF_DPC3_0_THR_MASK) << in ipipe_set_otfdpc_regs()
Ddm365_ipipe.c148 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()
163 dpc_3_0->corr_thr > OTF_DPC3_0_CORR_MASK || in ipipe_validate_otfdpc_params()