Searched refs:PLAT_SDEI_DS_EVENT_MAX_CNT (Results 1 – 4 of 4) sorted by relevance
22 int32_t shared_ev_nums[PLAT_SDEI_DS_EVENT_MAX_CNT];23 unsigned int shared_ev_intrs[PLAT_SDEI_DS_EVENT_MAX_CNT];24 unsigned int shared_ev_flags[PLAT_SDEI_DS_EVENT_MAX_CNT];
28 uint32_t shared_events[PLAT_SDEI_DS_EVENT_MAX_CNT * 3]; in fconf_populate_sdei_dyn_config()79 if (sdei_dyn_config.shared_ev_cnt > PLAT_SDEI_DS_EVENT_MAX_CNT) { in fconf_populate_sdei_dyn_config()
25 static sdei_ev_map_t arm_sdei_shared[PLAT_SDEI_DS_EVENT_MAX_CNT] = { 0 };
322 #define PLAT_SDEI_DS_EVENT_MAX_CNT ARM_SDEI_DS_EVENT_MAX_CNT macro
Completed in 6 milliseconds