Home
last modified time | relevance | path

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

/linux-4.4.14/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()
2625 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in xhci_handle_event()
2874 next->link.control ^= cpu_to_le32(TRB_CYCLE); in prepare_ring()
3001 start_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in giveback_first_trb()
Dxhci-dbg.c286 le32_to_cpu(trb->link.control) & TRB_CYCLE); in xhci_debug_trb()
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.h1192 #define TRB_CYCLE (1<<0) macro
Dxhci.c826 cpu_to_le32(~TRB_CYCLE); in xhci_clear_command_ring()