Home
last modified time | relevance | path

Searched refs:USB3_STATUS_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dusb3_drv.h158 #define USB3_STATUS_BUF_SIZE 512 macro
159 uint8_t ep0_status_buf[USB3_STATUS_BUF_SIZE];
Dusb3_pcd.c844 pcd->ep0_req.length = USB3_STATUS_BUF_SIZE; in usb3_do_setup()