Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/watchdog/
Dmpc8xxx_wdt.c39 #define SWCRR_SWEN 0x00000004 /* Watchdog Enable bit. */ macro
98 u32 tmp = SWCRR_SWEN | SWCRR_SWPR; in mpc8xxx_wdt_start()
170 enabled = in_be32(&ddata->base->swcrr) & SWCRR_SWEN; in mpc8xxx_wdt_probe()