Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dcore.c1845 struct resource *res, dwc_res; in dwc3_probe() local
1872 dwc_res = *res; in dwc3_probe()
1873 dwc_res.start += DWC3_GLOBALS_REGS_START; in dwc3_probe()
1879 dwc_res.start -= DWC3_GLOBALS_REGS_START; in dwc3_probe()
1880 dwc_res.start += DWC3_RTK_RTD_GLOBALS_REGS_START; in dwc3_probe()
1886 regs = devm_ioremap_resource(dev, &dwc_res); in dwc3_probe()
1891 dwc->regs_size = resource_size(&dwc_res); in dwc3_probe()
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dcore.c1474 struct resource *res, dwc_res; in dwc3_probe() local
1503 dwc_res = *res; in dwc3_probe()
1504 dwc_res.start += DWC3_GLOBALS_REGS_START; in dwc3_probe()
1506 regs = devm_ioremap_resource(dev, &dwc_res); in dwc3_probe()
1511 dwc->regs_size = resource_size(&dwc_res); in dwc3_probe()

Completed in 5 milliseconds