Home
last modified time | relevance | path

Searched refs:rw_sanity_chk (Results 1 – 1 of 1) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr.c131 static uint8_t rw_sanity_chk(uint64_t * address, uint32_t count);
2993 error = rw_sanity_chk((uint64_t *)start_address , (uint32_t)0x5U); in memory_tests()
3011 error = rw_sanity_chk((uint64_t *)start_address , (uint32_t)0x5U); in memory_tests()
3024 error = rw_sanity_chk((uint64_t *)start_address , (uint32_t)0x5U); in memory_tests()
3077 error = rw_sanity_chk((uint64_t *)start_address , (uint32_t)0x5U); in memory_tests()
3097 error = rw_sanity_chk((uint64_t *)start_address , (uint32_t)0x5U); in memory_tests()
3136 static uint8_t rw_sanity_chk(uint64_t * address, uint32_t count) in rw_sanity_chk() function