Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c926 regw_ip(base_addr, ee->hpf_coef_00 & YEE_COEF_MASK, YEE_MUL_00); in ipipe_set_ee_regs()
927 regw_ip(base_addr, ee->hpf_coef_01 & YEE_COEF_MASK, YEE_MUL_01); in ipipe_set_ee_regs()
928 regw_ip(base_addr, ee->hpf_coef_02 & YEE_COEF_MASK, YEE_MUL_02); in ipipe_set_ee_regs()
929 regw_ip(base_addr, ee->hpf_coef_10 & YEE_COEF_MASK, YEE_MUL_10); in ipipe_set_ee_regs()
930 regw_ip(base_addr, ee->hpf_coef_11 & YEE_COEF_MASK, YEE_MUL_11); in ipipe_set_ee_regs()
931 regw_ip(base_addr, ee->hpf_coef_12 & YEE_COEF_MASK, YEE_MUL_12); in ipipe_set_ee_regs()
932 regw_ip(base_addr, ee->hpf_coef_20 & YEE_COEF_MASK, YEE_MUL_20); in ipipe_set_ee_regs()
933 regw_ip(base_addr, ee->hpf_coef_21 & YEE_COEF_MASK, YEE_MUL_21); in ipipe_set_ee_regs()
934 regw_ip(base_addr, ee->hpf_coef_22 & YEE_COEF_MASK, YEE_MUL_22); in ipipe_set_ee_regs()
Ddm365_ipipe.c993 if (yee->hpf_coef_00 > YEE_COEF_MASK || in ipipe_validate_yee_params()
994 yee->hpf_coef_01 > YEE_COEF_MASK || in ipipe_validate_yee_params()
995 yee->hpf_coef_02 > YEE_COEF_MASK || in ipipe_validate_yee_params()
996 yee->hpf_coef_10 > YEE_COEF_MASK || in ipipe_validate_yee_params()
997 yee->hpf_coef_11 > YEE_COEF_MASK || in ipipe_validate_yee_params()
998 yee->hpf_coef_12 > YEE_COEF_MASK || in ipipe_validate_yee_params()
999 yee->hpf_coef_20 > YEE_COEF_MASK || in ipipe_validate_yee_params()
1000 yee->hpf_coef_21 > YEE_COEF_MASK || in ipipe_validate_yee_params()
1001 yee->hpf_coef_22 > YEE_COEF_MASK) in ipipe_validate_yee_params()
Ddm365_ipipe_hw.h438 #define YEE_COEF_MASK 0x3ff macro