Searched refs:phyiface_res (Results 1 – 1 of 1) sorted by relevance
1354 struct resource *regs_res, *phyiface_res; in ks8695_probe() local1380 phyiface_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in ks8695_probe()1410 if (phyiface_res) { in ks8695_probe()1412 request_mem_region(phyiface_res->start, in ks8695_probe()1413 resource_size(phyiface_res), in ks8695_probe()1414 phyiface_res->name); in ks8695_probe()1423 ksp->phyiface_regs = ioremap(phyiface_res->start, in ks8695_probe()1424 resource_size(phyiface_res)); in ks8695_probe()