Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/
Dcreate_bl1_1_dma_bin.py117 location_word_arrays={} variable
128 location_word_arrays[location] = []
187 location_word_arrays[program['storage_location']] += command_array
194 if len(location_word_arrays[location]) * 4 + reserved_size > sizes[location]:
200 len(location_word_arrays[location]) * 4))
203 len(location_word_arrays[location]) * 4))
204 for word in location_word_arrays[location]: