Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116981
b: refs/heads/master
c: 00c81d2
h: refs/heads/master
i:
  116979: 290932b
v: v3
  • Loading branch information
Chris Zankel committed Oct 21, 2008
1 parent a1a220f commit 9b2616e
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 74f2a5f0ef643b7b277f7a270f85573f88d930d1
refs/heads/master: 00c81d23d330207d0fb99ca0c6682265d287816c
8 changes: 5 additions & 3 deletions trunk/include/asm-xtensa/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@

#include <linux/types.h>

#define XCHAL_KIO_CACHED_VADDR 0xf0000000
#define XCHAL_KIO_BYPASS_VADDR 0xf8000000
#define XCHAL_KIO_CACHED_VADDR 0xe0000000
#define XCHAL_KIO_BYPASS_VADDR 0xf0000000
#define XCHAL_KIO_PADDR 0xf0000000
#define XCHAL_KIO_SIZE 0x08000000
#define XCHAL_KIO_SIZE 0x10000000

#define IOADDR(x) (XCHAL_KIO_BYPASS_VADDR + (x))

/*
* swap functions to change byte order from little-endian to big-endian and
Expand Down

0 comments on commit 9b2616e

Please sign in to comment.