Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dudc.h11 #ifndef EP_MAX_PACKET_SIZE
12 #define EP_MAX_PACKET_SIZE 64 macro
17 #define UDC_OUT_PACKET_SIZE EP_MAX_PACKET_SIZE
18 #define UDC_IN_PACKET_SIZE EP_MAX_PACKET_SIZE
19 #define UDC_INT_PACKET_SIZE EP_MAX_PACKET_SIZE
20 #define UDC_BULK_PACKET_SIZE EP_MAX_PACKET_SIZE
H A Dci_udc.h12 #define EP_MAX_PACKET_SIZE 0x200 macro
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c950 head->config = CONFIG_MAX_PKT(EP_MAX_PACKET_SIZE) in ci_udc_probe()