Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sh/boards/
A Dboard-edosk7705.c37 static struct resource smc91x_res[] = { variable
53 .num_resources = ARRAY_SIZE(smc91x_res),
54 .resource = smc91x_res,
A Dboard-edosk7760.c132 static struct resource smc91x_res[] = { variable
148 .num_resources = ARRAY_SIZE(smc91x_res),
149 .resource = smc91x_res,
/linux-6.3-rc2/arch/arm/mach-sa1100/
A Dneponset.c228 struct resource *nep_res, *sa1111_res, *smc91x_res; in neponset_probe() local
272 smc91x_res = platform_get_resource(dev, IORESOURCE_MEM, 1); in neponset_probe()
274 if (!nep_res || !smc91x_res || !sa1111_res) { in neponset_probe()
360 smc91x_resources[0].parent = smc91x_res; in neponset_probe()
361 smc91x_resources[1].parent = smc91x_res; in neponset_probe()

Completed in 5 milliseconds