Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h126 #define DWC3_DEPCMDPAR0(n) (0xc808 + (n * 0x10)) macro
H A Dgadget.c298 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR0(ep), params->param0); in dwc3_send_gadget_ep_cmd()
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c50 DWC3_DEPCMDPAR0, \
H A Dcore.h163 #define DWC3_DEPCMDPAR0 0x08 macro
H A Dgadget.c354 dwc3_writel(dep->regs, DWC3_DEPCMDPAR0, params->param0); in dwc3_send_gadget_ep_cmd()