Searched refs:smc91x_res (Results 1 – 3 of 3) sorted by relevance
37 static struct resource smc91x_res[] = { variable53 .num_resources = ARRAY_SIZE(smc91x_res),54 .resource = smc91x_res,
145 static struct resource smc91x_res[] = { variable161 .num_resources = ARRAY_SIZE(smc91x_res),162 .resource = smc91x_res,
269 struct resource *nep_res, *sa1111_res, *smc91x_res; in neponset_probe() local313 smc91x_res = platform_get_resource(dev, IORESOURCE_MEM, 1); in neponset_probe()315 if (!nep_res || !smc91x_res || !sa1111_res) { in neponset_probe()399 smc91x_resources[0].parent = smc91x_res; in neponset_probe()400 smc91x_resources[1].parent = smc91x_res; in neponset_probe()