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

/linux-4.1.27/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); bcm63xx_wdt_register()
32 wdt_resources[0].end = wdt_resources[0].start; bcm63xx_wdt_register()
33 wdt_resources[0].end += RSET_WDT_SIZE - 1; bcm63xx_wdt_register()
/linux-4.1.27/arch/arm/mach-davinci/
H A Ddevices.c296 static struct resource wdt_resources[] = { variable in typeref:struct:resource
307 .num_resources = ARRAY_SIZE(wdt_resources),
308 .resource = wdt_resources,
/linux-4.1.27/arch/arm/mach-omap1/
H A Ddevices.c442 static struct resource wdt_resources[] = { variable in typeref:struct:resource
453 .num_resources = ARRAY_SIZE(wdt_resources),
454 .resource = wdt_resources,

Completed in 143 milliseconds