Searched refs:phyiface_res (Results 1 – 1 of 1) sorted by relevance
1353 struct resource *regs_res, *phyiface_res; in ks8695_probe() local1377 phyiface_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in ks8695_probe()1407 if (phyiface_res) { in ks8695_probe()1409 request_mem_region(phyiface_res->start, in ks8695_probe()1410 resource_size(phyiface_res), in ks8695_probe()1411 phyiface_res->name); in ks8695_probe()1420 ksp->phyiface_regs = ioremap(phyiface_res->start, in ks8695_probe()1421 resource_size(phyiface_res)); in ks8695_probe()