Searched refs:TRB_ISP (Results 1 – 9 of 9) sorted by relevance
680 field |= TRB_ISP; in xhci_bulk_tx()863 field = TRB_ISP | (TRB_DATA << TRB_TYPE_SHIFT); in xhci_ctrl_tx()
1019 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer()1237 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()1241 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()1250 trb->control |= TRB_ISP; in cdns3_ep_run_transfer()1272 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
420 __entry->control & TRB_ISP ? "ISP, " : "",
1050 #define TRB_ISP BIT(2) macro
1322 #define TRB_ISP (1<<2) macro2374 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()2403 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
3691 field |= TRB_ISP; in xhci_queue_bulk_tx()3822 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()4136 field |= TRB_ISP; in xhci_queue_isoc_tx()
866 #define TRB_ISP (1<<2) macro
921 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()925 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()945 trb->control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1035 #define TRB_ISP BIT(2) macro