Lines Matching refs:pui32StopAddress
1436 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument
1445 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask()
1446 (pui32StopAddress > (uint32_t*)AM_HAL_FLASH_LARGEST_VALID_ADDR) ) in generate_chunk_mask()
1458 ui32ChunkStop = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StopAddress); in generate_chunk_mask()
1507 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_set() argument
1520 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set()
1609 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_check() argument
1619 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check()
1679 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_set() argument
1692 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set()
1781 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_check() argument
1791 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_check()