Home
last modified time | relevance | path

Searched refs:wdt_resources (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/bcm63xx/
H A Ddev-wdt.c15 static struct resource wdt_resources[] = { variable
30 .num_resources = ARRAY_SIZE(wdt_resources),
31 .resource = wdt_resources,
39 wdt_resources[0].start = bcm63xx_regset_address(RSET_WDT); in bcm63xx_wdt_register()
40 wdt_resources[0].end = wdt_resources[0].start; in bcm63xx_wdt_register()
41 wdt_resources[0].end += RSET_WDT_SIZE - 1; in bcm63xx_wdt_register()
/openbmc/linux/arch/arm/mach-omap1/
H A Ddevices.c327 static struct resource wdt_resources[] = { variable
338 .num_resources = ARRAY_SIZE(wdt_resources),
339 .resource = wdt_resources,