Searched refs:SWCRR_SWPR (Results 1 – 1 of 1) sorted by relevance
36 #define SWCRR_SWPR 0x00000001 /* Software Watchdog Counter Prescale bit. */ macro88 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()