Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dindydog.c41 sgimc->cpuctrl0 |= SGIMC_CCTRL0_WDOG; in indydog_start()
48 sgimc->cpuctrl0 &= ~SGIMC_CCTRL0_WDOG; in indydog_stop()
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-mc.c95 tmp &= ~SGIMC_CCTRL0_WDOG; in sgimc_init()
/openbmc/linux/arch/mips/include/asm/sgi/
H A Dmc.h24 #define SGIMC_CCTRL0_WDOG 0x00000100 /* Watchdog timer enable */ macro