Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dmpc8xxx_wdt.c35 #define SWCRR_SWRI 0x00000002 /* Software Watchdog Reset/Interrupt Select bit.*/ macro
88 tmp &= ~(SWCRR_SWTC | SWCRR_SWF | SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR); in mpc8xxx_wdt_start()
92 tmp |= SWCRR_SWRI; in mpc8xxx_wdt_start()
/OK3568_Linux_fs/u-boot/include/
H A Dmpc83xx.h479 #define SWCRR_SWRI 0x00000002 macro
483 SWCRR_SWRI | SWCRR_SWPR))
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S507 ori r4, r4, (SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR)