Searched refs:DWC3_GRXFIFOSIZ (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/usb/dwc3/ | ||
D | core.h | 145 #define DWC3_GRXFIFOSIZ(n) (0xc380 + ((n) * 0x04)) macro |
D | gadget.c | 3213 size = dwc3_readl(dwc->regs, DWC3_GRXFIFOSIZ(0)); in dwc3_gadget_init_out_endpoint() |