Home
last modified time | relevance | path

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

/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget.c65 int max_packet; in mtu3_ep_enable() local
71 max_packet = usb_endpoint_maxp(desc); in mtu3_ep_enable()
72 mep->maxp = max_packet & GENMASK(10, 0); in mtu3_ep_enable()
93 burst = (max_packet & GENMASK(12, 11)) >> 11; in mtu3_ep_enable()
/u-boot/drivers/usb/host/
A Dxhci.c457 int max_packet; in xhci_get_max_esit_payload() local
468 max_packet = usb_endpoint_maxp(endpt_desc); in xhci_get_max_esit_payload()
472 return max_packet * max_burst; in xhci_get_max_esit_payload()
A Ddwc2.c496 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init() argument
503 (max_packet << DWC2_HCCHAR_MPS_OFFSET); in dwc_otg_hc_init()

Completed in 9 milliseconds