Searched refs:ISP2X_MODULE_CSM (Results 1 – 6 of 6) sorted by relevance
1043 isp_cfg.module_ens |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()1044 isp_cfg.module_en_update |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()1045 isp_cfg.module_cfg_update |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()1055 isp_cfg.module_ens &= ~ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()1056 isp_cfg.module_en_update |= ISP2X_MODULE_CSM; in convertAiqCsmToIsp21Params()1057 isp_cfg.module_cfg_update &= ~(ISP2X_MODULE_CSM); in convertAiqCsmToIsp21Params()
21 #define ISP2X_MODULE_CSM BIT_ULL(43) macro
49 #define ISP3X_MODULE_CSM ISP2X_MODULE_CSM
3490 if ((module_cfg_update & ISP2X_MODULE_CSM)) in __isp_isr_other_config()