Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h124 #define DWC3_DEPCMDPAR2(n) (0xc800 + (n * 0x10)) macro
H A Dgadget.c300 dwc3_writel(dwc->regs, DWC3_DEPCMDPAR2(ep), params->param2); in dwc3_send_gadget_ep_cmd()
/openbmc/linux/drivers/usb/dwc3/
H A Ddebugfs.c40 DWC3_DEPCMDPAR2, \
H A Dcore.h161 #define DWC3_DEPCMDPAR2 0x00 macro
H A Dgadget.c356 dwc3_writel(dep->regs, DWC3_DEPCMDPAR2, params->param2); in dwc3_send_gadget_ep_cmd()