Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220563
b: refs/heads/master
c: f0fc107
h: refs/heads/master
i:
  220561: 90b1d9e
  220559: ac11851
v: v3
  • Loading branch information
Timo Juhani Lindfors authored and Wim Van Sebroeck committed Oct 28, 2010
1 parent 087108f commit a8e11f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dfb0b8eae1f78c7d0cf7c8abe6c84ff8cefde50e
refs/heads/master: f0fc10745a48c766ea5d6d83a6a371a223986bb0
12 changes: 6 additions & 6 deletions trunk/drivers/watchdog/it8712f_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ static unsigned short address;
#define WDT_CONFIG 0x72 /* WDT Register: Configuration */
#define WDT_TIMEOUT 0x73 /* WDT Register: Timeout Value */

#define WDT_RESET_GAME 0x10
#define WDT_RESET_KBD 0x20
#define WDT_RESET_MOUSE 0x40
#define WDT_RESET_CIR 0x80
#define WDT_RESET_GAME 0x10 /* Reset timer on read or write to game port */
#define WDT_RESET_KBD 0x20 /* Reset timer on keyboard interrupt */
#define WDT_RESET_MOUSE 0x40 /* Reset timer on mouse interrupt */
#define WDT_RESET_CIR 0x80 /* Reset timer on consumer IR interrupt */

#define WDT_UNIT_SEC 0x80 /* If 0 in MINUTES */

#define WDT_OUT_PWROK 0x10
#define WDT_OUT_KRST 0x40
#define WDT_OUT_PWROK 0x10 /* Pulse PWROK on timeout */
#define WDT_OUT_KRST 0x40 /* Pulse reset on timeout */

static int superio_inb(int reg)
{
Expand Down

0 comments on commit a8e11f1

Please sign in to comment.