Searched refs:PM_RSTC (Results 1 – 2 of 2) sorted by relevance
23 #define PM_RSTC 0x1c macro60 cur = readl(wdt->base + PM_RSTC); in bcm2835_wdt_is_running()75 cur = readl_relaxed(wdt->base + PM_RSTC); in bcm2835_wdt_start()77 PM_RSTC_WRCFG_FULL_RESET, wdt->base + PM_RSTC); in bcm2835_wdt_start()88 writel_relaxed(PM_PASSWORD | PM_RSTC_RESET, wdt->base + PM_RSTC); in bcm2835_wdt_stop()106 val = readl_relaxed(wdt->base + PM_RSTC); in __bcm2835_restart()109 writel_relaxed(val, wdt->base + PM_RSTC); in __bcm2835_restart()
22 #define PM_RSTC 0x1c macro