Searched refs:smc91x_resources (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/sh/boards/mach-x3proto/ |
H A D | setup.c | 44 static struct resource smc91x_resources[] = { variable 59 .resource = smc91x_resources, 60 .num_resources = ARRAY_SIZE(smc91x_resources), 254 smc91x_resources[1].start = in x3proto_devices_setup() 255 smc91x_resources[1].end = ilsel_enable(ILSEL_LAN); in x3proto_devices_setup()
|
/openbmc/linux/arch/sh/boards/mach-se/7206/ |
H A D | setup.c | 19 static struct resource smc91x_resources[] = { variable 45 .num_resources = ARRAY_SIZE(smc91x_resources), 46 .resource = smc91x_resources,
|
/openbmc/linux/arch/arm/mach-sa1100/ |
H A D | neponset.c | 243 struct resource smc91x_resources[] = { in neponset_probe() local 257 .res = smc91x_resources, in neponset_probe() 258 .num_res = ARRAY_SIZE(smc91x_resources), in neponset_probe() 360 smc91x_resources[0].parent = smc91x_res; in neponset_probe() 361 smc91x_resources[1].parent = smc91x_res; in neponset_probe() 362 smc91x_resources[2].start = d->irq_base + NEP_IRQ_SMC91X; in neponset_probe() 363 smc91x_resources[2].end = d->irq_base + NEP_IRQ_SMC91X; in neponset_probe()
|
/openbmc/linux/arch/sh/boards/mach-microdev/ |
H A D | setup.c | 20 static struct resource smc91x_resources[] = { variable 36 .num_resources = ARRAY_SIZE(smc91x_resources), 37 .resource = smc91x_resources,
|
/openbmc/linux/arch/m68k/atari/ |
H A D | config.c | 675 static struct resource smc91x_resources[] = { variable 693 .num_resources = ARRAY_SIZE(smc91x_resources), 694 .resource = smc91x_resources,
|