Searched refs:max_packet (Results 1 – 3 of 3) sorted by relevance
65 int max_packet; in mtu3_ep_enable() local71 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()
457 int max_packet; in xhci_get_max_esit_payload() local468 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()
496 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init() argument503 (max_packet << DWC2_HCCHAR_MPS_OFFSET); in dwc_otg_hc_init()
Completed in 9 milliseconds