Lines Matching refs:value
203 u16 value = reg_CAM_CNT; in CAMERA_SetTrimmingCore() local
204 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_T_MASK) in CAMERA_SetTrimmingCore()
205 : (value & ~REG_CAM_CNT_T_MASK)); in CAMERA_SetTrimmingCore()
235 u16 value = reg_CAM_CNT; in CAMERA_SetOutputFormatCore() local
239 reg_CAM_CNT = (u16)(value & ~REG_CAM_CNT_F_MASK); in CAMERA_SetOutputFormatCore()
242 reg_CAM_CNT = (u16)(value | REG_CAM_CNT_F_MASK); in CAMERA_SetOutputFormatCore()
304 u16 value = reg_CAM_CNT; in CAMERA_SetMasterInterruptCore() local
305 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_IREQI_MASK) in CAMERA_SetMasterInterruptCore()
306 : (value & ~REG_CAM_CNT_IREQI_MASK)); in CAMERA_SetMasterInterruptCore()
366 u16 value = reg_CAM_CNT; in CAMERA_SetBufferErrorInterruptCore() local
367 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_IREQBE_MASK) in CAMERA_SetBufferErrorInterruptCore()
368 : (value & ~REG_CAM_CNT_IREQBE_MASK)); in CAMERA_SetBufferErrorInterruptCore()