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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Ddev-wdt.c14 static struct resource wdt_resources[] = { variable in typeref:struct:resource
25 .num_resources = ARRAY_SIZE(wdt_resources),
26 .resource = wdt_resources,
31 wdt_resources[0].start = bcm63xx_regset_address(RSET_WDT);
32 wdt_resources[0].end = wdt_resources[0].start;
33 wdt_resources[0].end += RSET_WDT_SIZE - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddevices.c234 static struct resource wdt_resources[] = { variable in typeref:struct:resource
243 .num_resources = ARRAY_SIZE(wdt_resources),
244 .resource = wdt_resources,
250 wdt_resources[0].start = 0xfffeb000;
252 wdt_resources[0].start = 0x48022000; /* WDT2 */
254 wdt_resources[0].start = 0x49016000; /* WDT2 */
256 wdt_resources[0].start = 0x48314000; /* WDT2 */
258 wdt_resources[0].start = 0x4a314000;
262 wdt_resources[0].end = wdt_resources[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Ddevices-tnetv107x.c245 static struct resource wdt_resources[] = { variable in typeref:struct:resource
256 .num_resources = ARRAY_SIZE(wdt_resources),
257 .resource = wdt_resources,
H A Ddevices.c270 static struct resource wdt_resources[] = { variable in typeref:struct:resource
281 .num_resources = ARRAY_SIZE(wdt_resources),
282 .resource = wdt_resources,

Completed in 56 milliseconds