Searched refs:TRB_TYPE (Results 1 – 5 of 5) sorted by relevance
572 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 …]
276 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()
1235 #define TRB_TYPE(p) ((p) << 10) macro1309 #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)))
113 val |= TRB_TYPE(TRB_LINK); in xhci_link_segments()
661 TRB_TYPE(TRB_NEC_GET_FW)); in xhci_run()