Searched refs:ISP2X_MODULE_GOC (Results 1 – 9 of 9) sorted by relevance
1405 isp_cfg.module_ens |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp20Params()1406 isp_cfg.module_en_update |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp20Params()1407 isp_cfg.module_cfg_update |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp20Params()1409 isp_cfg.module_ens &= ~ISP2X_MODULE_GOC; in convertAiqAgammaToIsp20Params()1410 isp_cfg.module_en_update |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp20Params()3349 isp_cfg.module_ens |= ISP2X_MODULE_GOC;3350 isp_cfg.module_en_update |= ISP2X_MODULE_GOC;3351 isp_cfg.module_cfg_update |= ISP2X_MODULE_GOC;3357 isp_cfg.module_ens &= ~ISP2X_MODULE_GOC;3358 isp_cfg.module_en_update |= ISP2X_MODULE_GOC;[all …]
1081 isp_cfg.module_ens |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp3xParams()1082 isp_cfg.module_en_update |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp3xParams()1083 isp_cfg.module_cfg_update |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp3xParams()1085 isp_cfg.module_ens &= ~ISP2X_MODULE_GOC; in convertAiqAgammaToIsp3xParams()1086 isp_cfg.module_en_update |= ISP2X_MODULE_GOC; in convertAiqAgammaToIsp3xParams()
21 #define ISP3X_MODULE_GOC ISP2X_MODULE_GOC
162 #define ISP2X_MODULE_GOC BIT_ULL(ISP2X_ID_GOC) macro
150 #define ISP2X_MODULE_GOC _BITULL(ISP2X_ID_GOC) macro
3773 if ((module_cfg_update & ISP2X_MODULE_GOC)) in __isp_isr_other_config()3860 if (module_en_update & ISP2X_MODULE_GOC) in __isp_isr_other_en()3861 ops->goc_enable(params_vdev, !!(module_ens & ISP2X_MODULE_GOC)); in __isp_isr_other_en()
3486 if ((module_cfg_update & ISP2X_MODULE_GOC)) in __isp_isr_other_config()3595 if (module_en_update & ISP2X_MODULE_GOC) in __isp_isr_other_en()3596 ops->goc_enable(params_vdev, !!(module_ens & ISP2X_MODULE_GOC)); in __isp_isr_other_en()
111 if (rkisp_debug_reg & ISP2X_MODULE_GOC) { in dump_dbg_reg()