Searched refs:DWC3_GUCTL3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | core.c | 204 reg = dwc3_readl(dwc->regs, DWC3_GUCTL3); in __dwc3_set_mode() 206 dwc3_writel(dwc->regs, DWC3_GUCTL3, reg); in __dwc3_set_mode() 1929 reg = dwc3_readl(dwc->regs, DWC3_GUCTL3); in dwc3_complete() 1931 dwc3_writel(dwc->regs, DWC3_GUCTL3, reg); in dwc3_complete()
|
H A D | core.h | 142 #define DWC3_GUCTL3 0xc60c macro
|
/kernel/linux/linux-6.6/drivers/usb/dwc3/ |
H A D | core.c | 206 reg = dwc3_readl(dwc->regs, DWC3_GUCTL3); in __dwc3_set_mode() 208 dwc3_writel(dwc->regs, DWC3_GUCTL3, reg); in __dwc3_set_mode() 2296 reg = dwc3_readl(dwc->regs, DWC3_GUCTL3); in dwc3_complete() 2298 dwc3_writel(dwc->regs, DWC3_GUCTL3, reg); in dwc3_complete()
|
H A D | core.h | 146 #define DWC3_GUCTL3 0xc60c macro
|
Completed in 12 milliseconds