Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h15 #define DWC3_EVENT_BUFFERS_SIZE PAGE_SIZE macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.c691 ret = dwc3_alloc_event_buffers(dwc, DWC3_EVENT_BUFFERS_SIZE); in dwc3_uboot_init()
884 ret = dwc3_alloc_event_buffers(dwc, DWC3_EVENT_BUFFERS_SIZE); in dwc3_init()
H A Dcore.h35 #define DWC3_EVENT_BUFFERS_SIZE (DWC3_EVENT_SIZE * DWC3_EVENT_MAX_NUM) macro
H A Dgadget.c2470 evt->lpos = (evt->lpos + 4) % DWC3_EVENT_BUFFERS_SIZE; in dwc3_process_event_buf()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h47 #define DWC3_EVENT_BUFFERS_SIZE 4096 macro
H A Dcore.c2011 ret = dwc3_alloc_event_buffers(dwc, DWC3_EVENT_BUFFERS_SIZE); in dwc3_probe()