Home
last modified time | relevance | path

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

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