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