Searched refs:gpmc_smc91x_resources (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc-smc91x.c26 static struct resource gpmc_smc91x_resources[] = { variable in typeref:struct:resource
47 .num_resources = ARRAY_SIZE(gpmc_smc91x_resources),
48 .resource = gpmc_smc91x_resources,
133 gpmc_smc91x_resources[0].start = cs_mem_base + 0x300;
134 gpmc_smc91x_resources[0].end = cs_mem_base + 0x30f;
135 gpmc_smc91x_resources[1].flags |= (gpmc_cfg->flags & IRQF_TRIGGER_MASK);
147 gpmc_smc91x_resources[1].start = gpio_to_irq(gpmc_cfg->gpio_irq);

Completed in 193 milliseconds