Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h125 #define DWC3_DEPCMDPAR1(n) (0xc804 + (n * 0x10)) macro
H A Dgadget.c299 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR1(ep), params->param1); in dwc3_send_gadget_ep_cmd()
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c45 DWC3_DEPCMDPAR1, \
H A Dcore.h162 #define DWC3_DEPCMDPAR1 0x04 macro
H A Dgadget.c362 dwc3_writel(dep->regs, DWC3_DEPCMDPAR1, params->param1); in dwc3_send_gadget_ep_cmd()