Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c2194 struct resource dwc_res; in dwc3_core_probe() local
2210 dwc_res = *res; in dwc3_core_probe()
2211 dwc_res.start += DWC3_GLOBALS_REGS_START; in dwc3_core_probe()
2217 dwc_res.start -= DWC3_GLOBALS_REGS_START; in dwc3_core_probe()
2218 dwc_res.start += DWC3_RTK_RTD_GLOBALS_REGS_START; in dwc3_core_probe()
2224 regs = devm_ioremap_resource(dev, &dwc_res); in dwc3_core_probe()
2229 dwc->regs_size = resource_size(&dwc_res); in dwc3_core_probe()