Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dcore.c240 reg = dwc3_readl(dwc->regs, DWC3_GUCTL3); in __dwc3_set_mode()
242 dwc3_writel(dwc->regs, DWC3_GUCTL3, reg); in __dwc3_set_mode()
2383 reg = dwc3_readl(dwc->regs, DWC3_GUCTL3);
2385 dwc3_writel(dwc->regs, DWC3_GUCTL3, reg);
H A Dcore.h146 #define DWC3_GUCTL3 0xc60c macro