Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H A Ddev-wdt.c14 static struct resource wdt_resources[] = { variable
25 .num_resources = ARRAY_SIZE(wdt_resources),
26 .resource = wdt_resources,
31 wdt_resources[0].start = bcm63xx_regset_address(RSET_WDT); in bcm63xx_wdt_register()
32 wdt_resources[0].end = wdt_resources[0].start; in bcm63xx_wdt_register()
33 wdt_resources[0].end += RSET_WDT_SIZE - 1; in bcm63xx_wdt_register()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Ddevices.c379 static struct resource wdt_resources[] = { variable
390 .num_resources = ARRAY_SIZE(wdt_resources),
391 .resource = wdt_resources,
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Ddevices.c273 static struct resource wdt_resources[] = { variable
284 .num_resources = ARRAY_SIZE(wdt_resources),
285 .resource = wdt_resources,
/kernel/linux/linux-6.6/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,

Completed in 2 milliseconds