Home
last modified time | relevance | path

Searched refs:watchdog_key (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/cris/arch-v10/kernel/
Dtime.c100 static int watchdog_key = 0; /* arbitrary number */ variable
115 watchdog_key ^= 0x7; /* invert key, which is 3 bits */ in reset_watchdog()
116 *R_WATCHDOG = IO_FIELD(R_WATCHDOG, key, watchdog_key) | in reset_watchdog()
127 watchdog_key ^= 0x7; /* invert key, which is 3 bits */ in stop_watchdog()
128 *R_WATCHDOG = IO_FIELD(R_WATCHDOG, key, watchdog_key) | in stop_watchdog()
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dtime.c83 static short int watchdog_key = 42; /* arbitrary 7 bit number */ variable
108 watchdog_key ^= ETRAX_WD_KEY_MASK; in reset_watchdog()
111 wd_ctrl.key = watchdog_key; in reset_watchdog()
123 watchdog_key ^= ETRAX_WD_KEY_MASK; /* invert key, which is 7 bits */ in stop_watchdog()
126 wd_ctrl.key = watchdog_key; in stop_watchdog()