Home
last modified time | relevance | path

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

/linux-4.4.14/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()
2638 case TRB_TYPE(TRB_COMPLETION): in xhci_handle_event()
2641 case TRB_TYPE(TRB_PORT_STATUS): in xhci_handle_event()
2645 case TRB_TYPE(TRB_TRANSFER): in xhci_handle_event()
2652 case TRB_TYPE(TRB_DEV_NOTE): in xhci_handle_event()
2657 TRB_TYPE(48)) in xhci_handle_event()
3221 field | TRB_TYPE(TRB_NORMAL)); in queue_bulk_sg_tx()
3389 field | TRB_TYPE(TRB_NORMAL)); in xhci_queue_bulk_tx()
3461 field |= TRB_IDT | TRB_TYPE(TRB_SETUP); in xhci_queue_ctrl_tx()
[all …]
Dxhci-dbg.c276 case TRB_TYPE(TRB_LINK): in xhci_debug_trb()
292 case TRB_TYPE(TRB_TRANSFER): in xhci_debug_trb()
300 case TRB_TYPE(TRB_COMPLETION): in xhci_debug_trb()
Dxhci.h1235 #define TRB_TYPE(p) ((p) << 10) macro
1309 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
1312 cpu_to_le32(TRB_TYPE(TRB_LINK)))
1314 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()