Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c473 int axi_burst_option[] = {1, 2, 4, 8, 16, 32, 64, 128}; in cdsn2_isoc_burst_opt() local
480 array_size = ARRAY_SIZE(axi_burst_option); 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()
492 pdev->burst_opt[i] = axi_burst_option[j]; in cdsn2_isoc_burst_opt()