Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/watchdog/
Dbcm2835_wdt.c32 #define PM_RSTC_WRCFG_FULL_RESET 0x00000020 macro
59 return !!(cur & PM_RSTC_WRCFG_FULL_RESET); in bcm2835_wdt_is_running()
74 PM_RSTC_WRCFG_FULL_RESET, wdt->base + PM_RSTC); in bcm2835_wdt_start()
105 val |= PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET; in __bcm2835_restart()