Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-ring.c123 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
244 next->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
371 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
418 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
663 field |= TRB_CYCLE; in xhci_bulk_tx()
Dxhci.h858 #define TRB_CYCLE (1<<0) macro