Lines Matching refs:pui32StopAddress
1120 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument
1129 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask()
1130 (pui32StopAddress > (uint32_t*)AM_HAL_FLASH_LARGEST_VALID_ADDR) ) in generate_chunk_mask()
1142 ui32ChunkStop = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StopAddress); in generate_chunk_mask()
1186 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_set() argument
1199 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set()
1283 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_check() argument
1293 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check()
1348 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_set() argument
1361 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set()
1445 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_check() argument
1455 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_check()