Home
last modified time | relevance | path

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

/openbmc/u-boot/include/usb/
H A Dudc.h9 #ifndef EP_MAX_PACKET_SIZE
10 #define EP_MAX_PACKET_SIZE 64 macro
15 #define UDC_OUT_PACKET_SIZE EP_MAX_PACKET_SIZE
16 #define UDC_IN_PACKET_SIZE EP_MAX_PACKET_SIZE
17 #define UDC_INT_PACKET_SIZE EP_MAX_PACKET_SIZE
18 #define UDC_BULK_PACKET_SIZE EP_MAX_PACKET_SIZE
H A Dci_udc.h11 #define EP_MAX_PACKET_SIZE 0x200 macro
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c956 head->config = CONFIG_MAX_PKT(EP_MAX_PACKET_SIZE) in ci_udc_probe()