Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c478 int trb_size; in cdsn2_isoc_burst_opt() local
484 trb_size = i / 4; in cdsn2_isoc_burst_opt()
485 best_burst = trb_size ? trb_size : 1; in cdsn2_isoc_burst_opt()
488 opt_burst = trb_size / axi_burst_option[j]; in cdsn2_isoc_burst_opt()
489 opt_burst += trb_size % axi_burst_option[j]; in cdsn2_isoc_burst_opt()