Searched refs:ISP2X_MODULE_HDRTMO (Results 1 – 4 of 4) sorted by relevance
3746 if ((module_cfg_update & ISP2X_MODULE_HDRTMO)) in __isp_isr_other_config()3794 if ((module_cfg_update & ISP2X_MODULE_HDRTMO)) in __isp_isr_other_config()3832 if (module_en_update & ISP2X_MODULE_HDRTMO) { in __isp_isr_other_en()3833 ops->hdrtmo_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRTMO)); in __isp_isr_other_en()3834 priv_val->tmo_en = !!(module_ens & ISP2X_MODULE_HDRTMO); in __isp_isr_other_en()3885 if (module_en_update & ISP2X_MODULE_HDRTMO) { in __isp_isr_other_en()3886 ops->hdrtmo_enable(params_vdev, !!(module_ens & ISP2X_MODULE_HDRTMO)); in __isp_isr_other_en()3887 priv_val->tmo_en = !!(module_ens & ISP2X_MODULE_HDRTMO); in __isp_isr_other_en()
361 if (rkisp_debug_reg & ISP2X_MODULE_HDRTMO) { in dump_dbg_reg()
170 #define ISP2X_MODULE_HDRTMO _BITULL(ISP2X_ID_HDRTMO) macro
182 #define ISP2X_MODULE_HDRTMO BIT_ULL(ISP2X_ID_HDRTMO) macro