Searched refs:trb_burst_size (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h531 * @trb_burst_size: number of burst used in TRB.
568 u8 trb_burst_size; member in struct:cdns2_endpoint
H A Dcdns2-gadget.c673 trb->length = cpu_to_le32(TRB_BURST(pep->trb_burst_size) |
1471 pep->trb_burst_size = 128;
1473 pep->trb_burst_size = 64;
1475 pep->trb_burst_size = 16;
H A Dcdns2-trace.h572 __entry->burst_size = pep->trb_burst_size;
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.c1251 trb_burst = priv_ep->trb_burst_size;
2149 priv_ep->trb_burst_size = 128;
2151 priv_ep->trb_burst_size = 64;
2153 priv_ep->trb_burst_size = 16;
2157 * in the DMA. These bugs occur when the trb_burst_size exceeds 16 and the
2163 * So force trb_burst_size to 16 at such platform.
2166 priv_ep->trb_burst_size = 16;
H A Dcdns3-gadget.h1133 * @trb_burst_size: number of burst used in trb.
1183 u8 trb_burst_size; member in struct:cdns3_endpoint

Completed in 459 milliseconds