Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h253 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
287 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
H 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()
H 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()
H A Dcdns3-gadget.h1054 #define TRB_ISP BIT(2) macro
H A Dcdnsp-gadget.h1034 #define TRB_ISP BIT(2) macro
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h186 flags & TRB_ISP ? 'I' : 'i', in cdns2_decode_trb()
H A Dcdns2-gadget.h475 #define TRB_ISP BIT(2) macro
H 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()
/linux/drivers/usb/host/
H A Dxhci-ring.c3719 field |= TRB_ISP; in xhci_queue_bulk_tx()
3861 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
4173 field |= TRB_ISP; in xhci_queue_isoc_tx()