Lines Matching refs:value
198 u16 value = reg_CAM_CNT; in CAMERA_SetTrimmingCore() local
199 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_T_MASK) in CAMERA_SetTrimmingCore()
200 : (value & ~REG_CAM_CNT_T_MASK)); in CAMERA_SetTrimmingCore()
228 u16 value = reg_CAM_CNT; in CAMERA_SetOutputFormatCore() local
232 reg_CAM_CNT = (u16)(value & ~REG_CAM_CNT_F_MASK); in CAMERA_SetOutputFormatCore()
235 reg_CAM_CNT = (u16)(value | REG_CAM_CNT_F_MASK); in CAMERA_SetOutputFormatCore()
293 u16 value = reg_CAM_CNT; in CAMERA_SetMasterInterruptCore() local
294 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_IREQI_MASK) in CAMERA_SetMasterInterruptCore()
295 : (value & ~REG_CAM_CNT_IREQI_MASK)); in CAMERA_SetMasterInterruptCore()
351 u16 value = reg_CAM_CNT; in CAMERA_SetBufferErrorInterruptCore() local
352 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_IREQBE_MASK) in CAMERA_SetBufferErrorInterruptCore()
353 : (value & ~REG_CAM_CNT_IREQBE_MASK)); in CAMERA_SetBufferErrorInterruptCore()