Home
last modified time | relevance | path

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

/DragonOS-0.1.2/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()
948 …xhci_hc[id].ports[port_id].ep_info[ep_num].current_ep_ring_cycle = xhci_ep_get_dequeue_cycle_state… in xhci_initialize_ep()
1075 trb.cycle = ep->current_ep_ring_cycle; in xhci_setup_stage()
1120 trb.cycle = ep->current_ep_ring_cycle; in xhci_data_stage()
1139 trb.cycle = ep->current_ep_ring_cycle; in xhci_data_stage()
1164 trb.cycle = ep->current_ep_ring_cycle; in xhci_status_stage()
1180 trb.cycle = ep->current_ep_ring_cycle; in xhci_status_stage()
Dxhci.h499 uint8_t current_ep_ring_cycle; // 当前ep的cycle bit member