Searched refs:SWCRR_SWPR (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/watchdog/
H A Dmpc8xxx_wdt.c36 #define SWCRR_SWPR 0x00000001 /* Software Watchdog Counter Prescale bit. */ macro
88 tmp &= ~(SWCRR_SWTC | SWCRR_SWF | SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR);
89 tmp |= SWCRR_SWEN | SWCRR_SWPR | (ddata->swtc << 16);

Completed in 113 milliseconds