OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_packet
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/usb/host/
xhci.c
423
int
max_packet
;
local
434
max_packet
= usb_endpoint_maxp(endpt_desc);
438
return
max_packet
* max_burst;
588
cpu_to_le32(
MAX_PACKET
792
ep_ctx->ep_info2 |= cpu_to_le32(
MAX_PACKET
(max_packet_size));
[
all
...]
dwc2.c
480
uint8_t ep_is_in, uint8_t ep_type, uint16_t
max_packet
)
487
(
max_packet
<< DWC2_HCCHAR_MPS_OFFSET);
[
all
...]
Completed in 240 milliseconds