Searched refs:glb_res (Results 1 – 1 of 1) sorted by relevance
437 struct resource *glb_res; in mtk_xsphy_probe() local455 glb_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in mtk_xsphy_probe()457 if (glb_res) { in mtk_xsphy_probe()459 xsphy->glb_base = devm_ioremap_resource(dev, glb_res); in mtk_xsphy_probe()