Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dmpc8xxx_wdt.c32 #define SWCRR_SWTC 0xFFFF0000 /* Software Watchdog Time Count. */ macro
88 tmp &= ~(SWCRR_SWTC | SWCRR_SWF | SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR); in mpc8xxx_wdt_start()
/openbmc/u-boot/include/
H A Dmpc83xx.h474 #define SWCRR_SWTC 0xFFFF0000 macro
481 #define SWCRR_RES (~(SWCRR_SWTC | SWCRR_SWEN | \