Searched refs:ui32ErrorCounter (Results 1 – 2 of 2) sorted by relevance
428 gsSblUpdateState.ui32ErrorCounter++; in am_devices_cooper_update_image()430 if ( gsSblUpdateState.ui32ErrorCounter > AM_DEVICES_COOPER_SBL_MAX_COMM_ERR_COUNT ) in am_devices_cooper_update_image()446 if ( gsSblUpdateState.ui32ErrorCounter ) in am_devices_cooper_update_image()448 gsSblUpdateState.ui32ErrorCounter = 0; in am_devices_cooper_update_image()611 gsSblUpdateState.ui32ErrorCounter++; in am_devices_cooper_update_image()613 if ( gsSblUpdateState.ui32ErrorCounter > AM_DEVICES_COOPER_SBL_MAX_COMM_ERR_COUNT ) in am_devices_cooper_update_image()629 if ( gsSblUpdateState.ui32ErrorCounter ) in am_devices_cooper_update_image()631 gsSblUpdateState.ui32ErrorCounter = 0; in am_devices_cooper_update_image()679 gsSblUpdateState.ui32ErrorCounter++; in am_devices_cooper_update_image()681 if ( gsSblUpdateState.ui32ErrorCounter > AM_DEVICES_COOPER_SBL_MAX_COMM_ERR_COUNT ) in am_devices_cooper_update_image()[all …]
492 uint32_t ui32ErrorCounter; member