Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/cdns3/
Dcdnsp-debug.h255 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
289 field3 & TRB_ISP ? 'I' : 'i', in cdnsp_decode_trb()
Dcdnsp-ring.c1965 field |= TRB_ISP; in cdnsp_queue_bulk_tx()
2044 field |= TRB_IOC | (pdev->ep0_expect_in ? 0 : TRB_ISP); in cdnsp_queue_ctrl_tx()
2063 field = TRB_ISP; in cdnsp_queue_ctrl_tx()
2290 field |= TRB_ISP; in cdnsp_queue_isoc_tx()
Dcdns3-gadget.c1020 TRB_STREAM_ID(priv_req->request.stream_id) | TRB_ISP; in cdns3_ep_run_stream_transfer()
1238 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1242 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1251 trb->control |= cpu_to_le32(TRB_ISP); in cdns3_ep_run_transfer()
1273 trb->control |= cpu_to_le32(TRB_IOC | TRB_ISP); in cdns3_ep_run_transfer()
Dcdns3-trace.h413 __entry->control & TRB_ISP ? "ISP, " : "",
Dcdns3-gadget.h1054 #define TRB_ISP BIT(2) macro
Dcdnsp-gadget.h1018 #define TRB_ISP BIT(2) macro
/Linux-v6.6/drivers/usb/gadget/udc/cdns2/
Dcdns2-debug.h186 flags & TRB_ISP ? 'I' : 'i', in cdns2_decode_trb()
Dcdns2-gadget.h466 #define TRB_ISP BIT(2) macro
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()
/Linux-v6.6/drivers/usb/host/
Dxhci.h1320 #define TRB_ISP (1<<2) macro
2344 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
2373 field3 & TRB_ISP ? 'I' : 'i', in xhci_decode_trb()
Dxhci-ring.c3650 field |= TRB_ISP; in xhci_queue_bulk_tx()
3781 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
4095 field |= TRB_ISP; in xhci_queue_isoc_tx()