Searched refs:DWC3_OCTL (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/dwc3/ |
H A D | drd.c | 130 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otgregs_init() 134 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otgregs_init() 206 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_host_init() 209 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_host_init() 238 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_host_init() 240 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_host_init() 261 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_host_exit() 263 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_host_exit() 286 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_device_init() 290 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_device_init() [all …]
|
H A D | core.h | 170 #define DWC3_OCTL 0xcc04 macro
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.h | 131 #define DWC3_OCTL 0xcc04 macro
|