Searched refs:dwc3_trb_t (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3.h49 dwc3_trb_t* first; // first TRB in the fifo
50 dwc3_trb_t* next; // next free TRB in the fifo
51 dwc3_trb_t* current; // TRB for currently pending transaction
52 dwc3_trb_t* last; // last TRB in the fifo (link TRB)
H A Ddwc3-endpoints.c20 static zx_paddr_t dwc3_ep_trb_phys(dwc3_endpoint_t* ep, dwc3_trb_t* trb) {
57 fifo->last = (void *)fifo->first + EP_FIFO_SIZE - sizeof(dwc3_trb_t);
60 dwc3_trb_t* trb = fifo->last;
85 dwc3_trb_t* trb = ep->fifo.next++;
104 dwc3_trb_t* zlp_trb = ep->fifo.next++;
264 static void dwc_ep_read_trb(dwc3_endpoint_t* ep, dwc3_trb_t* trb, dwc3_trb_t* out_trb) {
314 dwc3_trb_t trb;
H A Ddwc3-types.h13 } __PACKED dwc3_trb_t; typedef in typeref:struct:__anon500

Completed in 28 milliseconds