Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-ring.c245 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
633 cpu_to_le32(TRB_CYCLE); in td_to_noop()
646 cur_trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in td_to_noop()
651 cpu_to_le32(TRB_CYCLE); in td_to_noop()
1261 & TRB_CYCLE; in xhci_cmd_to_noop()
2655 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in xhci_handle_event()
2904 next->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
3031 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
Dxhci-dbg.c269 le32_to_cpu(trb->link.control) & TRB_CYCLE); in xhci_debug_trb()
Dxhci-mem.c58 seg->trbs[i].link.control |= TRB_CYCLE; in xhci_segment_alloc()
309 seg->trbs[i].link.control |= TRB_CYCLE; in xhci_reinit_cached_ring()
Dxhci.h1107 #define TRB_CYCLE (1<<0) macro
Dxhci.c848 cpu_to_le32(~TRB_CYCLE); in xhci_clear_command_ring()