Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100829
b: refs/heads/master
c: b4b68f8
h: refs/heads/master
i:
  100827: aaa6608
v: v3
  • Loading branch information
Ben Dooks committed Jul 3, 2008
1 parent 5ce687e commit f8ad667
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f348a2a2817e9d24b1edd4befc9659ec83501ca5
refs/heads/master: b4b68f8cfaf583945019e41674cfa858c83316c3
9 changes: 9 additions & 0 deletions trunk/include/asm-arm/plat-s3c/regs-timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@
#define S3C2410_TCFG1_MUX0_TCLK0 (4<<0)
#define S3C2410_TCFG1_MUX0_MASK (15<<0)

#define S3C2410_TCFG1_MUX_DIV2 (0<<0)
#define S3C2410_TCFG1_MUX_DIV4 (1<<0)
#define S3C2410_TCFG1_MUX_DIV8 (2<<0)
#define S3C2410_TCFG1_MUX_DIV16 (3<<0)
#define S3C2410_TCFG1_MUX_TCLK (4<<0)
#define S3C2410_TCFG1_MUX_MASK (15<<0)

#define S3C2410_TCFG1_SHIFT(x) ((x) * 4)

/* for each timer, we have an count buffer, an compare buffer and
* an observation buffer
*/
Expand Down

0 comments on commit f8ad667

Please sign in to comment.