Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264592
b: refs/heads/master
c: d0a84e7
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Aug 17, 2011
1 parent 97ff163 commit 2f30bb6
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: fb1dddd73dfd35d4f8669c4b849ce33483950237
refs/heads/master: d0a84e72eb755f58ba350d9988bfbdffd6f5a22c
12 changes: 6 additions & 6 deletions trunk/arch/arm/mach-rpc/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
/*
* IO Addresses
*/
#define VIDC_BASE IOMEM(0xe0400000)
#define EXPMASK_BASE 0xe0360000
#define IOMD_BASE IOMEM(0xe0200000)
#define IOC_BASE IOMEM(0xe0200000)
#define PCIO_BASE IOMEM(0xe0010000)
#define FLOPPYDMA_BASE IOMEM(0xe002a000)
#define VIDC_BASE (IO_BASE + 0x00400000)
#define EXPMASK_BASE (IO_BASE + 0x00360000)
#define IOMD_BASE (IO_BASE + 0x00200000)
#define IOC_BASE (IO_BASE + 0x00200000)
#define FLOPPYDMA_BASE (IO_BASE + 0x0002a000)
#define PCIO_BASE (IO_BASE + 0x00010000)

#define vidc_writel(val) __raw_writel(val, VIDC_BASE)

Expand Down

0 comments on commit 2f30bb6

Please sign in to comment.