Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/boards/
Dboard-edosk7705.c37 static struct resource smc91x_res[] = { variable
53 .num_resources = ARRAY_SIZE(smc91x_res),
54 .resource = smc91x_res,
Dboard-edosk7760.c145 static struct resource smc91x_res[] = { variable
161 .num_resources = ARRAY_SIZE(smc91x_res),
162 .resource = smc91x_res,
/Linux-v4.19/arch/arm/mach-sa1100/
Dneponset.c269 struct resource *nep_res, *sa1111_res, *smc91x_res; in neponset_probe() local
313 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()