Searched refs:watchdog_key (Results 1 – 2 of 2) sorted by relevance
100 static int watchdog_key = 0; /* arbitrary number */ variable115 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()
83 static short int watchdog_key = 42; /* arbitrary 7 bit number */ variable108 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()