Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dbcm2835_wdt.c23 #define PM_RSTC 0x1c macro
61 cur = readl(wdt->base + PM_RSTC); in bcm2835_wdt_is_running()
76 cur = readl_relaxed(wdt->base + PM_RSTC); in bcm2835_wdt_start()
78 PM_RSTC_WRCFG_FULL_RESET, wdt->base + PM_RSTC); in bcm2835_wdt_start()
89 writel_relaxed(PM_PASSWORD | PM_RSTC_RESET, wdt->base + PM_RSTC); in bcm2835_wdt_stop()
107 val = readl_relaxed(wdt->base + PM_RSTC); in __bcm2835_restart()
110 writel_relaxed(val, wdt->base + PM_RSTC); in __bcm2835_restart()
/openbmc/linux/drivers/pmdomain/bcm/
H A Dbcm2835-power.c22 #define PM_RSTC 0x1c macro