Searched refs:dwc_res (Results 1 – 1 of 1) sorted by relevance
2217 struct resource dwc_res; in dwc3_core_probe() local2233 dwc_res = *res; in dwc3_core_probe()2234 dwc_res.start += DWC3_GLOBALS_REGS_START; in dwc3_core_probe()2240 dwc_res.start -= DWC3_GLOBALS_REGS_START; in dwc3_core_probe()2241 dwc_res.start += DWC3_RTK_RTD_GLOBALS_REGS_START; in dwc3_core_probe()2247 regs = devm_ioremap_resource(dev, &dwc_res); in dwc3_core_probe()2252 dwc->regs_size = resource_size(&dwc_res); in dwc3_core_probe()