Searched refs:wdt_resources (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm63xx/ |
H A D | dev-wdt.c | 14 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 D | dev-wdt.c | 15 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 D | devices.c | 379 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 D | devices.c | 273 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 D | devices.c | 327 static struct resource wdt_resources[] = { variable 338 .num_resources = ARRAY_SIZE(wdt_resources), 339 .resource = wdt_resources,
|
Completed in 2 milliseconds