Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/watchdog/
Dbcm2835_wdt.c33 #define PM_RSTC_WRCFG_FULL_RESET 0x00000020 macro
62 return !!(cur & PM_RSTC_WRCFG_FULL_RESET); in bcm2835_wdt_is_running()
77 PM_RSTC_WRCFG_FULL_RESET, wdt->base + PM_RSTC); in bcm2835_wdt_start()
108 val |= PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET; in __bcm2835_restart()
/linux-6.1.9/drivers/soc/bcm/
Dbcm2835-power.c106 #define PM_RSTC_WRCFG_FULL_RESET 0x00000020 macro