Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c572 TRB_TYPE(TRB_TR_NOOP)); in td_to_noop()
1228 TRB_TYPE(TRB_CMD_NOOP) | cycle_state); in xhci_handle_stopped_cmd_ring()
2599 case TRB_TYPE(TRB_COMPLETION): in xhci_handle_event()
2602 case TRB_TYPE(TRB_PORT_STATUS): in xhci_handle_event()
2606 case TRB_TYPE(TRB_TRANSFER): in xhci_handle_event()
2613 case TRB_TYPE(TRB_DEV_NOTE): in xhci_handle_event()
2618 TRB_TYPE(48)) in xhci_handle_event()
3182 field | TRB_TYPE(TRB_NORMAL)); in queue_bulk_sg_tx()
3350 field | TRB_TYPE(TRB_NORMAL)); in xhci_queue_bulk_tx()
3422 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()
[all …]
Dxhci-dbg.c259 case TRB_TYPE(TRB_LINK): in xhci_debug_trb()
275 case TRB_TYPE(TRB_TRANSFER): in xhci_debug_trb()
283 case TRB_TYPE(TRB_COMPLETION): in xhci_debug_trb()
Dxhci.h1184 #define TRB_TYPE(p) ((p) << 10) macro
1258 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1261 cpu_to_le32(TRB_TYPE(TRB_LINK)))
1263 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
Dxhci-mem.c113 val |= TRB_TYPE(TRB_LINK); in xhci_link_segments()
Dxhci.c661 TRB_TYPE(TRB_NEC_GET_FW)); in xhci_run()