Home
last modified time | relevance | path

Searched refs:SWCRR_SWEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/watchdog/
H A Dmpc8xxx_wdt.c34 #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()
/openbmc/u-boot/include/
H A Dmpc83xx.h476 #define SWCRR_SWEN 0x00000004 macro
481 #define SWCRR_RES (~(SWCRR_SWTC | SWCRR_SWEN | \
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S509 ori r4, r4, (SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR)