Lines Matching refs:trb
55316 @@ -968,6 +984,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
55322 trb->size = DWC3_TRB_SIZE_LENGTH(length);
55323 trb->bpl = lower_32_bits(dma);
55324 @@ -1016,8 +1033,19 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
55327 trb->size |= DWC3_TRB_SIZE_PCM1(mult);
55332 + * chain trb needed, so skip it.
55341 trb->ctrl = DWC3_TRBCTL_ISOCHRONOUS;
55344 @@ -1053,7 +1081,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb,
55346 trb->ctrl |= DWC3_TRB_CTRL_IOC;
55350 trb->ctrl |= DWC3_TRB_CTRL_CHN;
55352 trb->ctrl |= DWC3_TRB_CTRL_LST;