Home
last modified time | relevance | path

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

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_plic.h633 #define PLIC_NUM_SOURCES 187U macro
635 #define PLIC_NUM_SOURCES 54U /* 53 actual, source 0 is not used */ macro
647 volatile uint32_t SOURCE_PRIORITY[PLIC_NUM_SOURCES];
648 volatile uint32_t RESERVED1[(0x1000 / 4) - (PLIC_NUM_SOURCES + 1)];
890 if((IRQn > INVALID_IRQn) && (IRQn < PLIC_NUM_SOURCES)) in PLIC_SetPriority()
904 if((IRQn > INVALID_IRQn) && (IRQn < PLIC_NUM_SOURCES)) in PLIC_GetPriority()
992 for(inc = 0U; inc < PLIC_NUM_SOURCES; ++inc) in PLIC_init_on_reset()
Dmss_mtrap.c90 uint8_t (*ext_irq_handler_table[PLIC_NUM_SOURCES])(void) =
622 uint8_t (*ext_irq_handler_table[PLIC_NUM_SOURCES])(void) =