Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/cdns2/
Dcdns2-gadget.h568 u8 trb_burst_size; member
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()
Dcdns2-trace.h572 __entry->burst_size = pep->trb_burst_size;
/Linux-v6.6/drivers/usb/cdns3/
Dcdns3-gadget.c1226 trb->length |= cpu_to_le32(TRB_BURST_LEN(priv_ep->trb_burst_size) | in cdns3_ep_run_transfer()
2096 priv_ep->trb_burst_size = 128; in cdns3_ep_config()
2098 priv_ep->trb_burst_size = 64; in cdns3_ep_config()
2100 priv_ep->trb_burst_size = 16; in cdns3_ep_config()
2113 priv_ep->trb_burst_size = 16; in cdns3_ep_config()
Dcdns3-gadget.h1180 u8 trb_burst_size; member