Home
last modified time | relevance | path

Searched refs:smc91x_res (Results 1 – 3 of 3) sorted by relevance

/arch/sh/boards/
Dboard-edosk7705.c36 static struct resource smc91x_res[] = { variable
52 .num_resources = ARRAY_SIZE(smc91x_res),
53 .resource = smc91x_res,
Dboard-edosk7760.c145 static struct resource smc91x_res[] = { variable
161 .num_resources = ARRAY_SIZE(smc91x_res),
162 .resource = smc91x_res,
/arch/arm/mach-sa1100/
Dneponset.c240 struct resource *nep_res, *sa1111_res, *smc91x_res; in neponset_probe() local
284 smc91x_res = platform_get_resource(dev, IORESOURCE_MEM, 1); in neponset_probe()
286 if (!nep_res || !smc91x_res || !sa1111_res) { in neponset_probe()
357 smc91x_resources[0].parent = smc91x_res; in neponset_probe()
358 smc91x_resources[1].parent = smc91x_res; in neponset_probe()