Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/u-boot/include/
H A Dmpc83xx.h477 #define SWCRR_SWEN 0x00000004 macro
482 #define SWCRR_RES (~(SWCRR_SWTC | SWCRR_SWEN | \
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dstart.S507 ori r4, r4, (SWCRR_SWEN | SWCRR_SWRI | SWCRR_SWPR)