diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-07-01 12:10:40 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:35 -0400 |
commit | a5fc9c0bbee8b91025993a49a9176a88380aef3c (patch) | |
tree | e68ee45e852028ddde712abb18531777dba6e468 /include/asm-mips/dec/kn02.h | |
parent | 7d7ee221213609319401d1b9d6dc4bf22ab928ea (diff) |
Use physical addresses at the interface level, letting drivers remap
them as appropriate.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/dec/kn02.h')
-rw-r--r-- | include/asm-mips/dec/kn02.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/include/asm-mips/dec/kn02.h b/include/asm-mips/dec/kn02.h index 83a042e90687..8319ad77b250 100644 --- a/include/asm-mips/dec/kn02.h +++ b/include/asm-mips/dec/kn02.h | |||
@@ -13,11 +13,7 @@ | |||
13 | #ifndef __ASM_MIPS_DEC_KN02_H | 13 | #ifndef __ASM_MIPS_DEC_KN02_H |
14 | #define __ASM_MIPS_DEC_KN02_H | 14 | #define __ASM_MIPS_DEC_KN02_H |
15 | 15 | ||
16 | #include <asm/addrspace.h> | 16 | #define KN02_SLOT_BASE 0x1fc00000 |
17 | #include <asm/dec/ecc.h> | ||
18 | |||
19 | |||
20 | #define KN02_SLOT_BASE CKSEG1ADDR(0x1fc00000) | ||
21 | #define KN02_SLOT_SIZE 0x00080000 | 17 | #define KN02_SLOT_SIZE 0x00080000 |
22 | 18 | ||
23 | /* | 19 | /* |
@@ -34,14 +30,6 @@ | |||
34 | 30 | ||
35 | 31 | ||
36 | /* | 32 | /* |
37 | * Some port addresses... | ||
38 | */ | ||
39 | #define KN02_DZ11_BASE (KN02_SLOT_BASE + KN02_DZ11) /* DZ11 */ | ||
40 | #define KN02_RTC_BASE (KN02_SLOT_BASE + KN02_RTC) /* RTC */ | ||
41 | #define KN02_CSR_BASE (KN02_SLOT_BASE + KN02_CSR) /* CSR */ | ||
42 | |||
43 | |||
44 | /* | ||
45 | * System Control & Status Register bits. | 33 | * System Control & Status Register bits. |
46 | */ | 34 | */ |
47 | #define KN02_CSR_RES_28 (0xf<<28) /* unused */ | 35 | #define KN02_CSR_RES_28 (0xf<<28) /* unused */ |