Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_l2_cache.c173 const uint64_t end = (const uint64_t)&__l2_scratchpad_vma_end; in check_config_l2_scratchpad() local
178 ASSERT(end < (uint64_t)ZERO_DEVICE_TOP); in check_config_l2_scratchpad()
179 ASSERT(end >= start); in check_config_l2_scratchpad()
185 n_scratchpad_ways = (uint8_t)((end - start) / WAY_BYTE_LENGTH); in check_config_l2_scratchpad()
186 modulo = (end - start) % WAY_BYTE_LENGTH; in check_config_l2_scratchpad()
Dmss_l2_cache.h526 uint8_t check_num_scratch_ways(uint64_t *start, uint64_t *end);
/hal_microchip-latest/mpfs/hal/
Dhw_reg_access.S214 .end
/hal_microchip-latest/pinconfigs/
DREADME.md5 pin to a peripheral signal which multiplex, at end, I/O lines pins. For example,
/hal_microchip-latest/mpfs/platform_config_reference/linker/
Dmpfs-lim-lma-scratchpad-vma.ld350 /* place at the end of used scratchpad, used as check to verify enough available in code */
Dmpfs-envm-lma-scratchpad-vma.ld361 /* place at the end of used scratchpad, used as check to verify enough available in code */