Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c237 next->link.control ^= cpu_to_le32(TRB_CYCLE); in inc_enq()
550 cpu_to_le32(TRB_CYCLE); in td_to_noop()
565 cur_trb->generic.field[3] &= cpu_to_le32(TRB_CYCLE); in td_to_noop()
570 cpu_to_le32(TRB_CYCLE); in td_to_noop()
1222 i_cmd->command_trb->generic.field[3]) & TRB_CYCLE; in xhci_handle_stopped_cmd_ring()
2586 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in xhci_handle_event()
2835 next->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
2962 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.h1142 #define TRB_CYCLE (1<<0) macro
Dxhci-mem.c60 seg->trbs[i].link.control |= cpu_to_le32(TRB_CYCLE); in xhci_segment_alloc()
438 cpu_to_le32(TRB_CYCLE); in xhci_reinit_cached_ring()
Dxhci.c842 cpu_to_le32(~TRB_CYCLE); in xhci_clear_command_ring()