Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci.c423 int max_burst; in xhci_get_max_esit_payload() local
436 max_burst = usb_endpoint_maxp_mult(endpt_desc); in xhci_get_max_esit_payload()
439 return max_packet * max_burst; in xhci_get_max_esit_payload()
515 unsigned int max_burst; in xhci_set_configuration() local
569 max_burst = xhci_get_endpoint_max_burst(udev, endpt_desc, in xhci_set_configuration()
599 cpu_to_le32(MAX_BURST(max_burst) | in xhci_set_configuration()