Searched refs:TRB_IOC (Results 1 – 5 of 5) sorted by relevance
56 priv_ep->trb_pool[1].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()59 priv_ep->trb_pool[0].control = TRB_CYCLE | TRB_IOC | in cdns3_ep0_run_transfer()
926 control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()930 control |= pcs | TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()950 trb->control |= TRB_IOC | TRB_ISP; in cdns3_ep_run_transfer()
1042 #define TRB_IOC BIT(5) macro
684 field |= TRB_IOC; in xhci_bulk_tx()917 trb_fields[3] = field | TRB_IOC | in xhci_ctrl_tx()
867 #define TRB_IOC (1<<5) macro
Completed in 25 milliseconds