Home
last modified time | relevance | path

Searched refs:trb_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c477 int trb_size; in cdsn2_isoc_burst_opt() local
483 trb_size = i / 4; in cdsn2_isoc_burst_opt()
484 best_burst = trb_size ? trb_size : 1; in cdsn2_isoc_burst_opt()
487 opt_burst = trb_size / axi_burst_option[j]; in cdsn2_isoc_burst_opt()
488 opt_burst += trb_size % axi_burst_option[j]; in cdsn2_isoc_burst_opt()
/openbmc/linux/drivers/usb/host/
H A Dxhci.c1222 unsigned int trb_size; in xhci_urb_temp_buffer_required() local
1234 trb_size = TRB_CACHE_SIZE_SS; in xhci_urb_temp_buffer_required()
1236 trb_size = TRB_CACHE_SIZE_HS; in xhci_urb_temp_buffer_required()
1242 if (i > trb_size - 2) { in xhci_urb_temp_buffer_required()