Searched refs:dwc_res (Results 1 – 1 of 1) sorted by relevance
1556 struct resource *res, dwc_res; in dwc3_probe() local1585 dwc_res = *res; in dwc3_probe()1586 dwc_res.start += DWC3_GLOBALS_REGS_START; in dwc3_probe()1588 regs = devm_ioremap_resource(dev, &dwc_res); in dwc3_probe()1593 dwc->regs_size = resource_size(&dwc_res); in dwc3_probe()
Completed in 8 milliseconds