Searched refs:DWC3_GTXFIFOSIZ (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/dwc3/ | ||
D | core.h | 127 #define DWC3_GTXFIFOSIZ(n) (0xc300 + ((n) * 0x04)) macro |
D | gadget.c | 2141 size = dwc3_readl(dwc->regs, DWC3_GTXFIFOSIZ(num)); in dwc3_gadget_init_endpoints() |