Home
last modified time | relevance | path

Searched refs:ISP2X_MODULE_GIC (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2929 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 …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp3-config.h36 #define ISP3X_MODULE_GIC ISP2X_MODULE_GIC
H A Drkisp2-config.h183 #define ISP2X_MODULE_GIC BIT_ULL(ISP2X_ID_GIC) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp3-config.h36 #define ISP3X_MODULE_GIC ISP2X_MODULE_GIC
H A Drk-isp2-config.h171 #define ISP2X_MODULE_GIC _BITULL(ISP2X_ID_GIC) macro
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c3797 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()
H A Disp_params_v21.c3508 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()
H A Dbridge_v20.c369 if (rkisp_debug_reg & ISP2X_MODULE_GIC) { in dump_dbg_reg()