Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/mpfs_hal_config/
Dmss_sw_config.h67 #ifndef MPFS_HAL_LAST_HART
68 #define MPFS_HAL_LAST_HART 1 macro
/hal_microchip-latest/mpfs/platform_config_reference/mpfs_hal_config/
Dmss_sw_config.h67 #ifndef MPFS_HAL_LAST_HART
68 #define MPFS_HAL_LAST_HART 4 macro
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/
Dsystem_startup.c104 while( hart_id <= MPFS_HAL_LAST_HART) in main_first_hart()
529 for(hart_id = MPFS_HAL_FIRST_HART; hart_id <= MPFS_HAL_LAST_HART; hart_id++) in init_bus_error_unit()