Home
last modified time | relevance | path

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

/openbmc/linux/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); in mpc8xxx_wdt_start()
89 tmp |= SWCRR_SWEN | SWCRR_SWPR | (ddata->swtc << 16); in mpc8xxx_wdt_start()
/openbmc/u-boot/include/
H A Dmpc83xx.h480 #define SWCRR_SWPR 0x00000001 macro
482 SWCRR_SWRI | SWCRR_SWPR))
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S509 ori r4, r4, (SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR)