Searched refs:DWC3_OCFG (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/dwc3/ |
H A D | drd.c | 103 reg = dwc3_readl(dwc->regs, DWC3_OCFG); in dwc3_otgregs_init() 105 dwc3_writel(dwc->regs, DWC3_OCFG, reg); in dwc3_otgregs_init() 117 reg = dwc3_readl(dwc->regs, DWC3_OCFG); in dwc3_otgregs_init() 119 dwc3_writel(dwc->regs, DWC3_OCFG, reg); in dwc3_otgregs_init() 214 reg = dwc3_readl(dwc->regs, DWC3_OCFG); in dwc3_otg_host_init() 216 dwc3_writel(dwc->regs, DWC3_OCFG, reg); in dwc3_otg_host_init() 277 reg = dwc3_readl(dwc->regs, DWC3_OCFG); in dwc3_otg_device_init() 280 dwc3_writel(dwc->regs, DWC3_OCFG, reg); in dwc3_otg_device_init()
|
H A D | core.h | 169 #define DWC3_OCFG 0xcc00 macro
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.h | 130 #define DWC3_OCFG 0xcc00 macro
|