Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c210 ptr->cycle = ep_info->current_ep_ring_cycle; in __xhci_write_trb()
212 ep_info->current_ep_ring_cycle ^= 1; in __xhci_write_trb()
950 …xhci_hc[id].ports[port_id].ep_info[ep_num].current_ep_ring_cycle = xhci_ep_get_dequeue_cycle_state… in xhci_initialize_ep()
1077 trb.cycle = ep->current_ep_ring_cycle; in xhci_setup_stage()
1122 trb.cycle = ep->current_ep_ring_cycle; in xhci_data_stage()
1141 trb.cycle = ep->current_ep_ring_cycle; in xhci_data_stage()
1166 trb.cycle = ep->current_ep_ring_cycle; in xhci_status_stage()
1182 trb.cycle = ep->current_ep_ring_cycle; in xhci_status_stage()
Dxhci.h499 uint8_t current_ep_ring_cycle; // 当前ep的cycle bit member