Searched refs:SWCRR_SWPR (Results 1 – 3 of 3) 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()
480 #define SWCRR_SWPR 0x00000001 macro482 SWCRR_SWRI | SWCRR_SWPR))
509 ori r4, r4, (SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR)