Searched refs:DWC3_DALEPENA (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | gadget.c | 501 reg = dwc3_readl(dwc->regs, DWC3_DALEPENA); in __dwc3_gadget_ep_enable() 503 dwc3_writel(dwc->regs, DWC3_DALEPENA, reg); in __dwc3_gadget_ep_enable() 565 reg = dwc3_readl(dwc->regs, DWC3_DALEPENA); in __dwc3_gadget_ep_disable() 567 dwc3_writel(dwc->regs, DWC3_DALEPENA, reg); in __dwc3_gadget_ep_disable()
|
| H A D | core.h | 126 #define DWC3_DALEPENA 0xc720 macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | gadget.c | 1027 reg = dwc3_readl(dwc->regs, DWC3_DALEPENA); in __dwc3_gadget_ep_enable() 1029 dwc3_writel(dwc->regs, DWC3_DALEPENA, reg); in __dwc3_gadget_ep_enable() 1165 reg = dwc3_readl(dwc->regs, DWC3_DALEPENA); in __dwc3_gadget_ep_disable() 1167 dwc3_writel(dwc->regs, DWC3_DALEPENA, reg); in __dwc3_gadget_ep_disable()
|
| H A D | core.h | 156 #define DWC3_DALEPENA 0xc720 macro
|