Searched refs:SWCRR_SWEN (Results 1 – 1 of 1) sorted by relevance
34 #define SWCRR_SWEN 0x00000004 /* Watchdog Enable bit. */ macro 88 tmp &= ~(SWCRR_SWTC | SWCRR_SWF | SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR); in mpc8xxx_wdt_start() 89 tmp |= SWCRR_SWEN | SWCRR_SWPR | (ddata->swtc << 16); in mpc8xxx_wdt_start() 97 if (!(tmp & SWCRR_SWEN)) in mpc8xxx_wdt_start() 152 enabled = in_be32(&ddata->base->swcrr) & SWCRR_SWEN; in mpc8xxx_wdt_probe()