Home
last modified time | relevance | path

Searched refs:DWC3_OCTL (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Ddrd.c129 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otgregs_init()
133 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otgregs_init()
208 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_host_init()
211 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_host_init()
240 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_host_init()
242 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_host_init()
263 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_host_exit()
265 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_host_exit()
288 reg = dwc3_readl(dwc->regs, DWC3_OCTL); in dwc3_otg_device_init()
292 dwc3_writel(dwc->regs, DWC3_OCTL, reg); in dwc3_otg_device_init()
[all …]
Dcore.h159 #define DWC3_OCTL 0xcc04 macro