Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c508 u32 max_esit_payload; in xhci_set_configuration() local
560 max_esit_payload = xhci_get_max_esit_payload(udev, endpt_desc, in xhci_set_configuration()
567 avg_trb_len = max_esit_payload; in xhci_set_configuration()
582 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_HI(max_esit_payload) | in xhci_set_configuration()
610 cpu_to_le32(EP_MAX_ESIT_PAYLOAD_LO(max_esit_payload) | in xhci_set_configuration()