Lines Matching refs:pui32StopAddress
1440 generate_chunk_mask(uint32_t *pui32StartAddress, uint32_t *pui32StopAddress) in generate_chunk_mask() argument
1449 if ( (pui32StartAddress > pui32StopAddress) || in generate_chunk_mask()
1450 (pui32StopAddress > (uint32_t*)AM_HAL_FLASH_LARGEST_VALID_ADDR) ) in generate_chunk_mask()
1462 ui32ChunkStop = AM_HAL_FLASH_INFO_ADDR2CHUNK((uint32_t)pui32StopAddress); in generate_chunk_mask()
1511 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_set() argument
1524 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_set()
1613 uint32_t *pui32StopAddress) in am_hal_flash_copy_protect_check() argument
1623 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_copy_protect_check()
1683 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_set() argument
1696 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_set()
1785 uint32_t *pui32StopAddress) in am_hal_flash_write_protect_check() argument
1795 ui64Mask = generate_chunk_mask(pui32StartAddress, pui32StopAddress); in am_hal_flash_write_protect_check()