Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h532 uint8_t current_event_ring_cycle; // 当前event ring cycle member
Dxhci.c694 …while ((event_trb.command & 1) == xhci_hc[cid].current_event_ring_cycle) // 循环处理处于当前周期的所有event ring in xhci_hc_irq_handler()
1920 xhci_hc[id].current_event_ring_cycle = 1; in xhci_hc_init_intr()