Home
last modified time | relevance | path

Searched refs:ISP2X_MODULE_HDRMGE (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v21.c3457 if ((module_cfg_update & ISP2X_MODULE_HDRMGE)) in __isp_isr_other_config()
3502 if ((module_cfg_update & ISP2X_MODULE_HDRMGE)) in __isp_isr_other_config()
3555 module_en_update &= ~ISP2X_MODULE_HDRMGE; in __isp_isr_other_en()
3564 if (module_en_update & ISP2X_MODULE_HDRMGE) { in __isp_isr_other_en()
3565 ops->hdrmge_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRMGE)); in __isp_isr_other_en()
3566 priv_val->mge_en = !!(module_ens & ISP2X_MODULE_HDRMGE); in __isp_isr_other_en()
3604 if (module_en_update & ISP2X_MODULE_HDRMGE) { in __isp_isr_other_en()
3605 ops->hdrmge_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRMGE)); in __isp_isr_other_en()
3606 priv_val->mge_en = !!(module_ens & ISP2X_MODULE_HDRMGE); in __isp_isr_other_en()
3703 module_en_update &= ~ISP2X_MODULE_HDRMGE; in __isp_isr_meas_en()
H A Dcsi.c370 if ((ISP2X_MODULE_HDRMGE & ~iq_feature) && (val & SW_HDRMGE_EN)) { in csi_config()
649 if ((ISP2X_MODULE_HDRMGE & ~iq_feature) && (val & SW_HDRMGE_EN)) { in rkisp_csi_config_patch()
H A Disp_params_v2x.c3743 if ((module_cfg_update & ISP2X_MODULE_HDRMGE)) in __isp_isr_other_config()
3788 if ((module_cfg_update & ISP2X_MODULE_HDRMGE)) in __isp_isr_other_config()
3827 if (module_en_update & ISP2X_MODULE_HDRMGE) { in __isp_isr_other_en()
3828 ops->hdrmge_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRMGE)); in __isp_isr_other_en()
3829 priv_val->mge_en = !!(module_ens & ISP2X_MODULE_HDRMGE); in __isp_isr_other_en()
3877 if (module_en_update & ISP2X_MODULE_HDRMGE) { in __isp_isr_other_en()
3878 ops->hdrmge_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRMGE)); in __isp_isr_other_en()
3879 priv_val->mge_en = !!(module_ens & ISP2X_MODULE_HDRMGE); in __isp_isr_other_en()
H A Dbridge_v20.c345 if (rkisp_debug_reg & ISP2X_MODULE_HDRMGE) { in dump_dbg_reg()
H A Drkisp.c628 if ((ISP2X_MODULE_HDRMGE & ~iq_feature) && (val & SW_HDRMGE_EN)) { in rkisp_trigger_read_back()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp3-config.h34 #define ISP3X_MODULE_HDRMGE ISP2X_MODULE_HDRMGE
H A Drkisp2-config.h180 #define ISP2X_MODULE_HDRMGE BIT_ULL(ISP2X_ID_HDRMGE) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp3-config.h34 #define ISP3X_MODULE_HDRMGE ISP2X_MODULE_HDRMGE
H A Drk-isp2-config.h168 #define ISP2X_MODULE_HDRMGE _BITULL(ISP2X_ID_HDRMGE) macro