diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-11-01 10:44:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-11-02 12:13:48 -0400 |
commit | f6a8cc31aa23318c6c95aabad7f49874fb79e527 (patch) | |
tree | 13947191870de7c96e05646ffd2beffcd8846926 /include/asm-mips | |
parent | dd3db6eb0e47b4480eeea30394d19bd826e64964 (diff) |
[MIPS] i8253.h: Remove all i8259 related definitions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/i8253.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-mips/i8253.h b/include/asm-mips/i8253.h index affb32ce4af9..778b2f023905 100644 --- a/include/asm-mips/i8253.h +++ b/include/asm-mips/i8253.h | |||
@@ -10,21 +10,6 @@ | |||
10 | #define PIT_CH0 0x40 | 10 | #define PIT_CH0 0x40 |
11 | #define PIT_CH2 0x42 | 11 | #define PIT_CH2 0x42 |
12 | 12 | ||
13 | /* i8259A PIC registers */ | ||
14 | #define PIC_MASTER_CMD 0x20 | ||
15 | #define PIC_MASTER_IMR 0x21 | ||
16 | #define PIC_MASTER_ISR PIC_MASTER_CMD | ||
17 | #define PIC_MASTER_POLL PIC_MASTER_ISR | ||
18 | #define PIC_MASTER_OCW3 PIC_MASTER_ISR | ||
19 | #define PIC_SLAVE_CMD 0xa0 | ||
20 | #define PIC_SLAVE_IMR 0xa1 | ||
21 | |||
22 | /* i8259A PIC related value */ | ||
23 | #define PIC_CASCADE_IR 2 | ||
24 | #define MASTER_ICW4_DEFAULT 0x01 | ||
25 | #define SLAVE_ICW4_DEFAULT 0x01 | ||
26 | #define PIC_ICW4_AEOI 2 | ||
27 | |||
28 | extern void setup_pit_timer(void); | 13 | extern void setup_pit_timer(void); |
29 | 14 | ||
30 | #endif /* __ASM_I8253_H */ | 15 | #endif /* __ASM_I8253_H */ |