Home
last modified time | relevance | path

Searched refs:DWC3_GRXFIFOSIZ (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h107 #define DWC3_GRXFIFOSIZ(n) (0xc380 + (n * 0x04)) macro
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h138 #define DWC3_GRXFIFOSIZ(n) (0xc380 + ((n) * 0x04)) macro
H A Dgadget.c3288 size = dwc3_readl(dwc->regs, DWC3_GRXFIFOSIZ(0)); in dwc3_gadget_init_out_endpoint()