Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c673 trb->length = cpu_to_le32(TRB_BURST(pep->trb_burst_size) | in cdns2_ep_tx_bulk()
1471 pep->trb_burst_size = 128; in cdns2_ep_config()
1473 pep->trb_burst_size = 64; in cdns2_ep_config()
1475 pep->trb_burst_size = 16; in cdns2_ep_config()
H A Dcdns2-gadget.h531 * @trb_burst_size: number of burst used in TRB.
568 u8 trb_burst_size; member
H A Dcdns2-trace.h572 __entry->burst_size = pep->trb_burst_size;
/kernel/linux/linux-5.10/drivers/usb/cdns3/
H A Dgadget.c1245 trb_burst = priv_ep->trb_burst_size; in cdns3_ep_run_transfer()
2143 priv_ep->trb_burst_size = 128; in cdns3_ep_config()
2145 priv_ep->trb_burst_size = 64; in cdns3_ep_config()
2147 priv_ep->trb_burst_size = 16; in cdns3_ep_config()
2151 * in the DMA. These bugs occur when the trb_burst_size exceeds 16 and the in cdns3_ep_config()
2157 * So force trb_burst_size to 16 at such platform. in cdns3_ep_config()
2160 priv_ep->trb_burst_size = 16; in cdns3_ep_config()
H A Dgadget.h1132 * @trb_burst_size: number of burst used in trb.
1182 u8 trb_burst_size; member
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdns3-gadget.c1250 trb_burst = priv_ep->trb_burst_size; in cdns3_ep_run_transfer()
2148 priv_ep->trb_burst_size = 128; in cdns3_ep_config()
2150 priv_ep->trb_burst_size = 64; in cdns3_ep_config()
2152 priv_ep->trb_burst_size = 16; in cdns3_ep_config()
2156 * in the DMA. These bugs occur when the trb_burst_size exceeds 16 and the in cdns3_ep_config()
2162 * So force trb_burst_size to 16 at such platform. in cdns3_ep_config()
2165 priv_ep->trb_burst_size = 16; in cdns3_ep_config()
H A Dcdns3-gadget.h1133 * @trb_burst_size: number of burst used in trb.
1183 u8 trb_burst_size; member

Completed in 19 milliseconds