Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175641
b: refs/heads/master
c: 234f0c4
h: refs/heads/master
i:
  175639: 9729586
v: v3
  • Loading branch information
Rajendra Nayak authored and paul committed Dec 12, 2009
1 parent 9abe5fa commit e621925
Show file tree
Hide file tree
Showing 3 changed files with 2,212 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: c1294045d2299c36f531a23802f4d124cfc6b564
refs/heads/master: 234f0c4c66af8108ce151837313c522e36a84de4
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-omap2/prcm-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
#define OMAP3430_NEON_MOD 0xb00
#define OMAP3430ES2_USBHOST_MOD 0xc00

#define BITS(n_bit) \
(((1 << n_bit) - 1) | (1 << n_bit))

#define BITFIELD(l_bit, u_bit) \
(BITS(u_bit) & ~((BITS(l_bit)) >> 1))

/* OMAP44XX specific module offsets */

/* CM1 instances */
Expand Down
Loading

0 comments on commit e621925

Please sign in to comment.