Searched refs:PM_RSTC (Results 1 – 2 of 2) sorted by relevance
23 #define PM_RSTC 0x1c macro61 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()
22 #define PM_RSTC 0x1c macro