Home
last modified time | relevance | path

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

/u-boot/include/usb/
A Dudc.h5 #ifndef EP0_MAX_PACKET_SIZE
6 #define EP0_MAX_PACKET_SIZE 64 macro
A Dci_udc.h12 #define EP0_MAX_PACKET_SIZE 64 macro
A Dpxa27x_udc.h25 #define EP0_MAX_PACKET_SIZE 16 macro
/u-boot/drivers/serial/
A Dusbtty.c114 .bMaxPacketSize0 = EP0_MAX_PACKET_SIZE,
132 .bMaxPacketSize0 = EP0_MAX_PACKET_SIZE,
683 endpoint_instance[0].rcv_packetSize = EP0_MAX_PACKET_SIZE; in usbtty_init_instances()
685 endpoint_instance[0].tx_packetSize = EP0_MAX_PACKET_SIZE; in usbtty_init_instances()
/u-boot/drivers/usb/gadget/
A Ddesignware_udc.c840 writel((EP0_MAX_PACKET_SIZE << 19) | ENDP_EPTYPE_CNTL, in dw_udc_dev_irq()
A Dci_udc.c959 head->config = CONFIG_MAX_PKT(EP0_MAX_PACKET_SIZE) in ci_udc_probe()

Completed in 9 milliseconds