Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187039
b: refs/heads/master
c: 39f3be7
h: refs/heads/master
i:
  187037: 86e4350
  187035: 112e299
  187031: 131bc31
  187023: 20ffd96
  187007: 1e27aab
v: v3
  • Loading branch information
Wim Van Sebroeck committed Mar 8, 2010
1 parent f3563e6 commit 95c3bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c1bf3acffcddcf794e3d8a1d25fb8bd4d5912383
refs/heads/master: 39f3be72c1a1b20d7e6e35717afa2ddb89259650
6 changes: 3 additions & 3 deletions trunk/drivers/watchdog/i6300esb.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
/* Config register bits */
#define ESB_WDT_REBOOT (0x01 << 5) /* Enable reboot on timeout */
#define ESB_WDT_FREQ (0x01 << 2) /* Decrement frequency */
#define ESB_WDT_INTTYPE (0x11 << 0) /* Interrupt type on timer1 timeout */
#define ESB_WDT_INTTYPE (0x03 << 0) /* Interrupt type on timer1 timeout */

/* Reload register bits */
#define ESB_WDT_TIMEOUT (0x01 << 9) /* Watchdog timed out */
Expand Down Expand Up @@ -111,8 +111,8 @@ MODULE_PARM_DESC(nowayout,
*/
static inline void esb_unlock_registers(void)
{
writeb(ESB_UNLOCK1, ESB_RELOAD_REG);
writeb(ESB_UNLOCK2, ESB_RELOAD_REG);
writew(ESB_UNLOCK1, ESB_RELOAD_REG);
writew(ESB_UNLOCK2, ESB_RELOAD_REG);
}

static int esb_timer_start(void)
Expand Down

0 comments on commit 95c3bed

Please sign in to comment.