Searched refs:EVENT_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
184 auto* ring_end = ring_start + EVENT_BUFFER_SIZE / sizeof(*ring_start); in dwc3_irq_thread()197 io_buffer_cache_flush_invalidate(&dwc->event_buffer, 0, EVENT_BUFFER_SIZE); in dwc3_irq_thread()223 GEVNTSIZ::Get(0).FromValue(0).set_EVENTSIZ(EVENT_BUFFER_SIZE).set_EVNTINTRPTMASK(1) in dwc3_events_start()
36 #define EVENT_BUFFER_SIZE PAGE_SIZE macro
498 status = io_buffer_init(&dwc->event_buffer, dwc->bti_handle.get(), EVENT_BUFFER_SIZE, in dwc3_bind()504 io_buffer_cache_flush(&dwc->event_buffer, 0, EVENT_BUFFER_SIZE); in dwc3_bind()
Completed in 6 milliseconds