Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/fip_parser/
Dhost_flash_atu.c39 uint32_t *alignment_offset, in setup_aligned_atu_slot() argument
49 *alignment_offset = physical_address - aligned_physical_address; in setup_aligned_atu_slot()
60 || *alignment_offset > boundary) { in setup_aligned_atu_slot()
85 uint32_t alignment_offset; in host_flash_atu_setup_image_input_slots_from_fip() local
94 HOST_FLASH0_TEMP_BASE_S, &alignment_offset, in host_flash_atu_setup_image_input_slots_from_fip()
100 rc = fip_get_entry_by_uuid(HOST_FLASH0_TEMP_BASE_S + alignment_offset, in host_flash_atu_setup_image_input_slots_from_fip()
101 atu_slot_size - alignment_offset, in host_flash_atu_setup_image_input_slots_from_fip()
115 &alignment_offset, &atu_slot_size); in host_flash_atu_setup_image_input_slots_from_fip()
121 *logical_address_offset = alignment_offset; in host_flash_atu_setup_image_input_slots_from_fip()
139 uint32_t alignment_offset; in host_flash_atu_get_fip_offsets() local
[all …]