Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c476 int opt_burst; in cdsn2_isoc_burst_opt() local
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()
490 if (opt_burst < best_burst) { in cdsn2_isoc_burst_opt()
491 best_burst = opt_burst; in cdsn2_isoc_burst_opt()