Searched refs:ISP2X_MODULE_GIC (Results 1 – 8 of 8) sorted by relevance
2929 isp_cfg.module_ens |= ISP2X_MODULE_GIC; in convertAiqGicToIsp20Params()2930 isp_cfg.module_en_update |= ISP2X_MODULE_GIC; in convertAiqGicToIsp20Params()2931 isp_cfg.module_cfg_update |= ISP2X_MODULE_GIC; in convertAiqGicToIsp20Params()2933 isp_cfg.module_ens &= ~ISP2X_MODULE_GIC; in convertAiqGicToIsp20Params()2934 isp_cfg.module_en_update |= ISP2X_MODULE_GIC; in convertAiqGicToIsp20Params()3413 isp_cfg.module_ens |= ISP2X_MODULE_GIC;3414 isp_cfg.module_en_update |= ISP2X_MODULE_GIC;3415 isp_cfg.module_cfg_update |= ISP2X_MODULE_GIC;3421 isp_cfg.module_ens &= ~ISP2X_MODULE_GIC;3422 isp_cfg.module_en_update |= ISP2X_MODULE_GIC;[all …]
36 #define ISP3X_MODULE_GIC ISP2X_MODULE_GIC
183 #define ISP2X_MODULE_GIC BIT_ULL(ISP2X_ID_GIC) macro
171 #define ISP2X_MODULE_GIC _BITULL(ISP2X_ID_GIC) macro
3797 if ((module_cfg_update & ISP2X_MODULE_GIC)) in __isp_isr_other_config()3890 if (module_en_update & ISP2X_MODULE_GIC) in __isp_isr_other_en()3891 ops->gic_enable(params_vdev, !!(module_ens & ISP2X_MODULE_GIC)); in __isp_isr_other_en()
3508 if ((module_cfg_update & ISP2X_MODULE_GIC)) in __isp_isr_other_config()3612 if (module_en_update & ISP2X_MODULE_GIC) in __isp_isr_other_en()3613 ops->gic_enable(params_vdev, !!(module_ens & ISP2X_MODULE_GIC)); in __isp_isr_other_en()
369 if (rkisp_debug_reg & ISP2X_MODULE_GIC) { in dump_dbg_reg()