Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.c423 int max_packet; in xhci_get_max_esit_payload() local
434 max_packet = usb_endpoint_maxp(endpt_desc); in xhci_get_max_esit_payload()
438 return max_packet * max_burst; in xhci_get_max_esit_payload()
Ddwc2.c480 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init() argument
487 (max_packet << DWC2_HCCHAR_MPS_OFFSET); in dwc_otg_hc_init()