Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr.c2981 uint64_t shift_walking_one = 4U; in memory_tests() local
2988 while(shift_walking_one <= 28U) /* 28 => 1G, as 2**28 == 256K and this is in memory_tests()
2991 SIM_FEEDBACK1(shift_walking_one); in memory_tests()
2992 start_address = (uint64_t)(0xC0000000U + (0x1U<<shift_walking_one)); in memory_tests()
3000 shift_walking_one++; in memory_tests()
3006 shift_walking_one = 4U; in memory_tests()
3007 while(shift_walking_one <= 28U) //28 => 1G in memory_tests()
3009 SIM_FEEDBACK1(shift_walking_one); in memory_tests()
3010 start_address = (uint64_t)(0x1400000000U + (0x1U<<shift_walking_one)); in memory_tests()
3020 if(shift_walking_one >= 4U) in memory_tests()
[all …]