Searched refs:PLAT_SDEI_DP_EVENT_MAX_CNT (Results 1 – 4 of 4) sorted by relevance
18 int32_t private_ev_nums[PLAT_SDEI_DP_EVENT_MAX_CNT];19 unsigned int private_ev_intrs[PLAT_SDEI_DP_EVENT_MAX_CNT];20 unsigned int private_ev_flags[PLAT_SDEI_DP_EVENT_MAX_CNT];
27 uint32_t private_events[PLAT_SDEI_DP_EVENT_MAX_CNT * 3]; in fconf_populate_sdei_dyn_config()49 if (sdei_dyn_config.private_ev_cnt > PLAT_SDEI_DP_EVENT_MAX_CNT) { in fconf_populate_sdei_dyn_config()
22 static sdei_ev_map_t arm_sdei_private[PLAT_SDEI_DP_EVENT_MAX_CNT + 1] = { 0 };
281 #define PLAT_SDEI_DP_EVENT_MAX_CNT ARM_SDEI_DP_EVENT_MAX_CNT macro