Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dcore.c2111 struct resource *res, dwc_res; in dwc3_probe() local
2139 dwc_res = *res; in dwc3_probe()
2140 dwc_res.start += DWC3_GLOBALS_REGS_START; in dwc3_probe()
2146 dwc_res.start -= DWC3_GLOBALS_REGS_START; in dwc3_probe()
2147 dwc_res.start += DWC3_RTK_RTD_GLOBALS_REGS_START; in dwc3_probe()
2153 regs = devm_ioremap_resource(dev, &dwc_res); in dwc3_probe()
2158 dwc->regs_size = resource_size(&dwc_res); in dwc3_probe()