Home
last modified time | relevance | path

Searched refs:TRB_ISP (Results 1 – 11 of 11) sorted by relevance

/drivers/usb/cdns3/
A Dcdnsp-debug.h253 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
287 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
A Dcdnsp-ring.c1990 field |= TRB_ISP; in cdnsp_queue_bulk_tx()
2080 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx()
2099 field = TRB_ISP; in cdnsp_queue_ctrl_tx()
2313 field |= TRB_ISP; in cdnsp_queue_isoc_tx()
A Dcdns3-gadget.c1024 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer()
1292 control |= ioc | TRB_ISP; in cdns3_ep_run_transfer()
1296 control |= pcs | ioc | TRB_ISP; in cdns3_ep_run_transfer()
1305 trb->control |= cpu_to_le32(TRB_ISP); in cdns3_ep_run_transfer()
1327 trb->control |= cpu_to_le32(ioc | TRB_ISP); in cdns3_ep_run_transfer()
A Dcdns3-trace.h413 __entry->control & TRB_ISP ? "ISP, " : "",
A Dcdns3-gadget.h1054 #define TRB_ISP BIT(2) macro
A Dcdnsp-gadget.h1034 #define TRB_ISP BIT(2) macro
/drivers/usb/gadget/udc/cdns2/
A Dcdns2-debug.h186 flags & TRB_ISP ? 'I' : 'i', in cdns2_decode_trb()
A Dcdns2-gadget.h475 #define TRB_ISP BIT(2) macro
A Dcdns2-gadget.c566 control |= TRB_IOC | TRB_ISP; in cdns2_ep_tx_isoc()
639 control = TRB_TYPE(TRB_NORMAL) | ring->pcs | TRB_ISP; in cdns2_ep_tx_bulk()
/drivers/usb/host/
A Dxhci.h1049 #define TRB_ISP (1<<2) macro
2101 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2129 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2148 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
A Dxhci-ring.c3735 field |= TRB_ISP; in xhci_queue_bulk_tx()
3877 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
4189 field |= TRB_ISP; in xhci_queue_isoc_tx()

Completed in 86 milliseconds