Searched refs:EVT_RING_ENTRIES (Results 1 – 4 of 4) sorted by relevance
353 #define EVT_RING_ENTRIES 64 macro354 #define EVT_RING_SIZE (EVT_RING_ENTRIES * sizeof(struct event))803 struct event evt_ring[EVT_RING_ENTRIES];
317 #define EVT_RING_ENTRIES 256 macro318 #define EVT_RING_SIZE (EVT_RING_ENTRIES * sizeof(struct event))
673 rrpriv->info->evt_ctrl.entries = EVT_RING_ENTRIES; in rr_init1()995 eidx = (eidx + 1) % EVT_RING_ENTRIES; in rr_handle_event()1294 index = (((readl(®s->EvtPrd) >> 8) & 0xff ) - 1) % EVT_RING_ENTRIES; in rr_dump()
1012 size = (sizeof(struct event) * EVT_RING_ENTRIES); in ace_free_descriptors()1063 size = (sizeof(struct event) * EVT_RING_ENTRIES); in ace_allocate_descriptors()1482 memset(ap->evt_ring, 0, EVT_RING_ENTRIES * sizeof(struct event)); in ace_init()2230 evtcsm = (evtcsm + 1) % EVT_RING_ENTRIES; in ace_handle_event()