Home
last modified time | relevance | path

Searched refs:EP0_MAX_PACKET_SIZE (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dudc.h7 #ifndef EP0_MAX_PACKET_SIZE
8 #define EP0_MAX_PACKET_SIZE 64 macro
H A Dci_udc.h13 #define EP0_MAX_PACKET_SIZE 64 macro
H A Dpxa27x_udc.h26 #define EP0_MAX_PACKET_SIZE 16 macro
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c113 .bMaxPacketSize0 = EP0_MAX_PACKET_SIZE,
131 .bMaxPacketSize0 = EP0_MAX_PACKET_SIZE,
682 endpoint_instance[0].rcv_packetSize = EP0_MAX_PACKET_SIZE; in usbtty_init_instances()
684 endpoint_instance[0].tx_packetSize = EP0_MAX_PACKET_SIZE; in usbtty_init_instances()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c838 writel((EP0_MAX_PACKET_SIZE << 19) | ENDP_EPTYPE_CNTL, in dw_udc_dev_irq()
H A Dci_udc.c947 head->config = CONFIG_MAX_PKT(EP0_MAX_PACKET_SIZE) in ci_udc_probe()