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()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 …]
259 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()
1184 #define TRB_TYPE(p) ((p) << 10) macro1258 #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)))
113 val |= TRB_TYPE(TRB_LINK); in xhci_link_segments()
661 TRB_TYPE(TRB_NEC_GET_FW)); in xhci_run()