Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48960
b: refs/heads/master
c: a7eec7b
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Patard authored and Russell King committed Feb 17, 2007
1 parent a3284f5 commit dd76a1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 72262e8b19034d2605d452d91717d56738598707
refs/heads/master: a7eec7b332e83ee63f7db08cc54bf3b4663eed67
2 changes: 1 addition & 1 deletion trunk/include/asm-arm/arch-s3c2410/regs-adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define S3C2410_ADCTSC_XP_SEN (1<<4)
#define S3C2410_ADCTSC_PULL_UP_DISABLE (1<<3)
#define S3C2410_ADCTSC_AUTO_PST (1<<2)
#define S3C2410_ADCTSC_XY_PST (0x3<<0)
#define S3C2410_ADCTSC_XY_PST(x) (((x)&0x3)<<0)

/* ADCDAT0 Bits */
#define S3C2410_ADCDAT0_UPDOWN (1<<15)
Expand Down

0 comments on commit dd76a1d

Please sign in to comment.