Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h255 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
289 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
H A Dcdnsp-ring.c1987 field |= TRB_ISP; in cdnsp_queue_bulk_tx()
2077 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx()
2096 field = TRB_ISP; in cdnsp_queue_ctrl_tx()
2323 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()
1291 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1295 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1304 trb->control |= cpu_to_le32(TRB_ISP); in cdns3_ep_run_transfer()
1326 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
H A Dcdns3-trace.h413 __entry->control & TRB_ISP ? "ISP, " : "",
H A Dcdns3-gadget.h1054 #define TRB_ISP BIT(2) macro
H A Dcdnsp-gadget.h1021 #define TRB_ISP BIT(2) macro
/openbmc/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.c565 control |= TRB_IOC | TRB_ISP; in cdns2_ep_tx_isoc()
638 control = TRB_TYPE(TRB_NORMAL) | ring->pcs | TRB_ISP; in cdns2_ep_tx_bulk()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-ring.c679 field |= TRB_ISP; in xhci_bulk_tx()
862 field = TRB_ISP | (TRB_DATA << TRB_TYPE_SHIFT); in xhci_ctrl_tx()
H A Dxhci.h865 #define TRB_ISP (1<<2) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1068 #define TRB_ISP (1<<2) macro
2099 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2128 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
H A Dxhci-ring.c3796 field |= TRB_ISP; in xhci_queue_bulk_tx()
3941 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
4255 field |= TRB_ISP; in xhci_queue_isoc_tx()