Searched refs:IPA_FPCTL (Results 1 – 2 of 2) sorted by relevance
116 IPA_FPCTL |= IPA_FPCTL_FLLEN; in ipa_foreground_lut_loading_enable()209 IPA_FPCTL &= ~(IPA_FPCTL_FPDAV | IPA_FPCTL_FAVCA | IPA_FPCTL_FPF); in ipa_foreground_init()210 IPA_FPCTL |= (foreground_struct->foreground_prealpha << 24U); in ipa_foreground_init()211 IPA_FPCTL |= foreground_struct->foreground_alpha_algorithm; in ipa_foreground_init()212 IPA_FPCTL |= foreground_struct->foreground_pf; in ipa_foreground_init()426 if(RESET != (IPA_FPCTL & IPA_FPCTL_FLLEN)) { in ipa_foreground_lut_init()429 IPA_FPCTL &= ~IPA_FPCTL_FLLEN; in ipa_foreground_lut_init()433 IPA_FPCTL |= ((uint32_t)fg_lut_num << 8U); in ipa_foreground_lut_init()436 IPA_FPCTL |= IPA_FPCTL_FLPF; in ipa_foreground_lut_init()438 IPA_FPCTL &= ~(IPA_FPCTL_FLPF); in ipa_foreground_lut_init()[all …]
55 #define IPA_FPCTL REG32(IPA + 0x0000001CU) /*!< IPA foreground pixel co… macro