Searched refs:ISP2X_MODULE_BLS (Results 1 – 11 of 11) sorted by relevance
116 UPDATE_MODULE_EFF_PARAMS(ISP2X_MODULE_BLS, new_isp_params->others.bls_cfg, \ in updateEffParams()
183 UPDATE_MODULE_EFF_PARAMS(ISP2X_MODULE_BLS, new_isp_params->others.bls_cfg, \ in updateEffParams()
140 isp_cfg.module_ens |= ISP2X_MODULE_BLS; in convertAiqBlcToIsp21Params()142 isp_cfg.module_en_update |= ISP2X_MODULE_BLS; in convertAiqBlcToIsp21Params()143 isp_cfg.module_cfg_update |= ISP2X_MODULE_BLS; in convertAiqBlcToIsp21Params()
1614 isp_cfg.module_ens |= ISP2X_MODULE_BLS; in convertAiqBlcToIsp20Params()1616 isp_cfg.module_en_update |= ISP2X_MODULE_BLS; in convertAiqBlcToIsp20Params()1617 isp_cfg.module_cfg_update |= ISP2X_MODULE_BLS; in convertAiqBlcToIsp20Params()3285 isp_cfg.module_ens |= ISP2X_MODULE_BLS;3286 isp_cfg.module_en_update |= ISP2X_MODULE_BLS;3287 isp_cfg.module_cfg_update |= ISP2X_MODULE_BLS;3293 isp_cfg.module_ens &= ~ISP2X_MODULE_BLS;3294 isp_cfg.module_en_update |= ISP2X_MODULE_BLS;3295 isp_cfg.module_cfg_update &= ~ISP2X_MODULE_BLS;
15 #define ISP3X_MODULE_BLS ISP2X_MODULE_BLS
155 #define ISP2X_MODULE_BLS BIT_ULL(ISP2X_ID_BLS) macro
143 #define ISP2X_MODULE_BLS _BITULL(ISP2X_ID_BLS) macro
3755 if ((module_cfg_update & ISP2X_MODULE_BLS)) in __isp_isr_other_config()3840 if (module_en_update & ISP2X_MODULE_BLS) in __isp_isr_other_en()3841 ops->bls_enable(params_vdev, !!(module_ens & ISP2X_MODULE_BLS)); in __isp_isr_other_en()
3468 if ((module_cfg_update & ISP2X_MODULE_BLS)) in __isp_isr_other_config()3575 if (module_en_update & ISP2X_MODULE_BLS) in __isp_isr_other_en()3576 ops->bls_enable(params_vdev, !!(module_ens & ISP2X_MODULE_BLS)); in __isp_isr_other_en()
63 if (rkisp_debug_reg & ISP2X_MODULE_BLS) { in dump_dbg_reg()