Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/bcm63xx/
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()
/linux-5.19.10/arch/arm/mach-davinci/
Ddevices.c272 static struct resource wdt_resources[] = { variable
283 .num_resources = ARRAY_SIZE(wdt_resources),
284 .resource = wdt_resources,
/linux-5.19.10/arch/arm/mach-omap1/
Ddevices.c379 static struct resource wdt_resources[] = { variable
390 .num_resources = ARRAY_SIZE(wdt_resources),
391 .resource = wdt_resources,