Searched refs:GSI_EVT_RING_COUNT_MAX (Results 1 – 3 of 3) sorted by relevance
20 #define GSI_EVT_RING_COUNT_MAX 24 macro158 struct gsi_evt_ring evt_ring[GSI_EVT_RING_COUNT_MAX];
1861 gsi->evt_ring_count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()1885 if (count > GSI_EVT_RING_COUNT_MAX) { in gsi_ring_setup()1888 GSI_EVT_RING_COUNT_MAX, count); in gsi_ring_setup()1889 count = GSI_EVT_RING_COUNT_MAX; in gsi_ring_setup()1983 gsi->event_bitmap = gsi_event_bitmap_init(GSI_EVT_RING_COUNT_MAX); in gsi_evt_ring_init()1987 while (++evt_ring_id < GSI_EVT_RING_COUNT_MAX); in gsi_evt_ring_init()
597 BUILD_BUG_ON(!GSI_EVT_RING_COUNT_MAX); in ipa_validate_build()601 BUILD_BUG_ON(GSI_EVT_RING_COUNT_MAX > 31); in ipa_validate_build()