Searched refs:ISP2X_MODULE_CPROC (Results 1 – 8 of 8) sorted by relevance
2790 isp_cfg.module_ens |= ISP2X_MODULE_CPROC; in convertAiqCpToIsp20Params()2791 isp_cfg.module_en_update |= ISP2X_MODULE_CPROC; in convertAiqCpToIsp20Params()2792 isp_cfg.module_cfg_update |= ISP2X_MODULE_CPROC; in convertAiqCpToIsp20Params()2794 isp_cfg.module_ens &= ~ISP2X_MODULE_CPROC; in convertAiqCpToIsp20Params()2795 isp_cfg.module_en_update |= ISP2X_MODULE_CPROC; in convertAiqCpToIsp20Params()
22 #define ISP3X_MODULE_CPROC ISP2X_MODULE_CPROC
163 #define ISP2X_MODULE_CPROC BIT_ULL(ISP2X_ID_CPROC) macro
151 #define ISP2X_MODULE_CPROC _BITULL(ISP2X_ID_CPROC) macro
3776 if ((module_cfg_update & ISP2X_MODULE_CPROC)) in __isp_isr_other_config()3863 if (module_en_update & ISP2X_MODULE_CPROC) in __isp_isr_other_en()3864 ops->cproc_enable(params_vdev, !!(module_ens & ISP2X_MODULE_CPROC)); in __isp_isr_other_en()
3496 if ((module_cfg_update & ISP2X_MODULE_CPROC)) in __isp_isr_other_config()3598 if (module_en_update & ISP2X_MODULE_CPROC) in __isp_isr_other_en()3599 ops->cproc_enable(params_vdev, !!(module_ens & ISP2X_MODULE_CPROC)); in __isp_isr_other_en()
119 if (rkisp_debug_reg & ISP2X_MODULE_CPROC) { in dump_dbg_reg()