Home
last modified time | relevance | path

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

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