Home
last modified time | relevance | path

Searched refs:XHCI_MAX_EVENTS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h34 #define XHCI_MAX_EVENTS (16 * 13) macro
372 struct xhci_trb hwr_events[XHCI_MAX_EVENTS];
H A Dxhci.c491 phwr->hwr_ring_seg[0].dwEvrsTableSize = htole32(XHCI_MAX_EVENTS); in xhci_start_controller()
1104 if (i == XHCI_MAX_EVENTS) { in xhci_interrupt_poll()