Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h213 unsigned cycle : 1; // used to mark the enqueue pointer of transfer ring member
240 unsigned cycle : 1; member
259 unsigned cycle : 1; // used to mark the enqueue pointer of transfer ring member
281 unsigned cycle : 1; // used to mark the enqueue pointer of transfer ring member
301 unsigned cycle : 1; // cycle bit member
Dinternal.h81 ptr->cycle = 1; \
Dxhci.c210 ptr->cycle = ep_info->current_ep_ring_cycle; in __xhci_write_trb()
1029 trb.cycle = xhci_hc[id].cmd_trb_cycle; in xhci_set_address()
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()
1758 trb.cycle = xhci_hc[id].cmd_trb_cycle; in xhci_configure_endpoint()
1984 ptr->cycle = xhci_hc[id].cmd_trb_cycle; in xhci_send_command()