Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci.c456 int max_burst; in xhci_get_max_esit_payload() local
469 max_burst = usb_endpoint_maxp_mult(endpt_desc); in xhci_get_max_esit_payload()
472 return max_packet * max_burst; in xhci_get_max_esit_payload()
545 unsigned int max_burst; in xhci_set_configuration() local
599 max_burst = xhci_get_endpoint_max_burst(udev, endpt_desc, in xhci_set_configuration()
628 cpu_to_le32(MAX_BURST(max_burst) | in xhci_set_configuration()

Completed in 5 milliseconds