Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.h167 #define DWC3_DEP_BASE(n) (0xc800 + ((n) * 0x10)) macro
168 #define DWC3_DEPCMDPAR2(n) (DWC3_DEP_BASE(n) + 0x00)
169 #define DWC3_DEPCMDPAR1(n) (DWC3_DEP_BASE(n) + 0x04)
170 #define DWC3_DEPCMDPAR0(n) (DWC3_DEP_BASE(n) + 0x08)
171 #define DWC3_DEPCMD(n) (DWC3_DEP_BASE(n) + 0x0c)