Searched refs:ISP2X_MODULE_CGC (Results 1 – 6 of 6) sorted by relevance
1067 isp_cfg.module_ens |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()1068 isp_cfg.module_en_update |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()1069 isp_cfg.module_cfg_update |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()1073 isp_cfg.module_ens &= ~ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()1074 isp_cfg.module_en_update |= ISP2X_MODULE_CGC; in convertAiqCgcToIsp21Params()1075 isp_cfg.module_cfg_update &= ~(ISP2X_MODULE_CGC); in convertAiqCgcToIsp21Params()
22 #define ISP2X_MODULE_CGC BIT_ULL(44) macro
50 #define ISP3X_MODULE_CGC ISP2X_MODULE_CGC
3493 if ((module_cfg_update & ISP2X_MODULE_CGC)) in __isp_isr_other_config()