Lines Matching refs:ui32Protection
1192 uint32_t ui32Protection[2]; in am_hal_flash_copy_protect_set() local
1208 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_copy_protect_set()
1209 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_copy_protect_set()
1215 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[0] ) ) in am_hal_flash_copy_protect_set()
1218 ui32Protection[0] &= ui32Work; in am_hal_flash_copy_protect_set()
1222 &ui32Protection[0], // source data in am_hal_flash_copy_protect_set()
1236 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[1] ) ) in am_hal_flash_copy_protect_set()
1239 ui32Protection[1] &= ui32Work; in am_hal_flash_copy_protect_set()
1243 &ui32Protection[1], // source data in am_hal_flash_copy_protect_set()
1354 uint32_t ui32Protection[2]; in am_hal_flash_write_protect_set() local
1370 ui32Protection[0] = pui32Protection[0]; in am_hal_flash_write_protect_set()
1371 ui32Protection[1] = pui32Protection[1]; in am_hal_flash_write_protect_set()
1377 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[0] ) ) in am_hal_flash_write_protect_set()
1380 ui32Protection[0] &= ui32Work; in am_hal_flash_write_protect_set()
1384 &ui32Protection[0], // source data in am_hal_flash_write_protect_set()
1398 if ( ( ~ui32Work ) && ( ui32Work != ui32Protection[1] ) ) in am_hal_flash_write_protect_set()
1401 ui32Protection[1] &= ui32Work; in am_hal_flash_write_protect_set()
1405 &ui32Protection[1], // source data in am_hal_flash_write_protect_set()