Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dapple_wdt.c44 #define APPLE_WDT_WD1_CTRL 0x1c macro
72 writel_relaxed(APPLE_WDT_CTRL_RESET_EN, wdt->regs + APPLE_WDT_WD1_CTRL); in apple_wdt_start()
81 writel_relaxed(0, wdt->regs + APPLE_WDT_WD1_CTRL); in apple_wdt_stop()
123 writel_relaxed(APPLE_WDT_CTRL_RESET_EN, wdt->regs + APPLE_WDT_WD1_CTRL); in apple_wdt_restart()
181 wdt_ctrl = readl_relaxed(wdt->regs + APPLE_WDT_WD1_CTRL); in apple_wdt_probe()