Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/media/davinci_vpfe/
Ddm365_ipipe_hw.c920 regw_ip(base_addr, ee->hpf_coef_00 & YEE_COEF_MASK, YEE_MUL_00); in ipipe_set_ee_regs()
921 regw_ip(base_addr, ee->hpf_coef_01 & YEE_COEF_MASK, YEE_MUL_01); in ipipe_set_ee_regs()
922 regw_ip(base_addr, ee->hpf_coef_02 & YEE_COEF_MASK, YEE_MUL_02); in ipipe_set_ee_regs()
923 regw_ip(base_addr, ee->hpf_coef_10 & YEE_COEF_MASK, YEE_MUL_10); in ipipe_set_ee_regs()
924 regw_ip(base_addr, ee->hpf_coef_11 & YEE_COEF_MASK, YEE_MUL_11); in ipipe_set_ee_regs()
925 regw_ip(base_addr, ee->hpf_coef_12 & YEE_COEF_MASK, YEE_MUL_12); in ipipe_set_ee_regs()
926 regw_ip(base_addr, ee->hpf_coef_20 & YEE_COEF_MASK, YEE_MUL_20); in ipipe_set_ee_regs()
927 regw_ip(base_addr, ee->hpf_coef_21 & YEE_COEF_MASK, YEE_MUL_21); in ipipe_set_ee_regs()
928 regw_ip(base_addr, ee->hpf_coef_22 & YEE_COEF_MASK, YEE_MUL_22); in ipipe_set_ee_regs()
Ddm365_ipipe.c982 if (yee->hpf_coef_00 > YEE_COEF_MASK || in ipipe_validate_yee_params()
983 yee->hpf_coef_01 > YEE_COEF_MASK || in ipipe_validate_yee_params()
984 yee->hpf_coef_02 > YEE_COEF_MASK || in ipipe_validate_yee_params()
985 yee->hpf_coef_10 > YEE_COEF_MASK || in ipipe_validate_yee_params()
986 yee->hpf_coef_11 > YEE_COEF_MASK || in ipipe_validate_yee_params()
987 yee->hpf_coef_12 > YEE_COEF_MASK || in ipipe_validate_yee_params()
988 yee->hpf_coef_20 > YEE_COEF_MASK || in ipipe_validate_yee_params()
989 yee->hpf_coef_21 > YEE_COEF_MASK || in ipipe_validate_yee_params()
990 yee->hpf_coef_22 > YEE_COEF_MASK) in ipipe_validate_yee_params()
Ddm365_ipipe_hw.h439 #define YEE_COEF_MASK 0x3ff macro