Go to the documentation of this file.
15 #ifndef __ASM_MIPS_DEC_KN03_H
16 #define __ASM_MIPS_DEC_KN03_H
21 #define KN03_SLOT_BASE 0x1f800000
26 #define KN03_CPU_INR_HALT 6
27 #define KN03_CPU_INR_BUS 5
28 #define KN03_CPU_INR_RES_4 4
29 #define KN03_CPU_INR_RTC 3
30 #define KN03_CPU_INR_CASCADE 2
35 #define KN03_IO_INR_3MAXP 15
36 #define KN03_IO_INR_NVRAM 14
37 #define KN03_IO_INR_TC2 13
38 #define KN03_IO_INR_TC1 12
39 #define KN03_IO_INR_TC0 11
40 #define KN03_IO_INR_NRMOD 10
41 #define KN03_IO_INR_ASC 9
42 #define KN03_IO_INR_LANCE 8
43 #define KN03_IO_INR_SCC1 7
44 #define KN03_IO_INR_SCC0 6
45 #define KN03_IO_INR_RTC 5
46 #define KN03_IO_INR_PSU 4
47 #define KN03_IO_INR_RES_3 3
48 #define KN03_IO_INR_ASC_DATA 2
49 #define KN03_IO_INR_PBNC 1
50 #define KN03_IO_INR_PBNO 0
56 #define KN03_MCR_RES_16 (0xffff<<16)
57 #define KN03_MCR_DIAGCHK (1<<15)
58 #define KN03_MCR_DIAGGEN (1<<14)
59 #define KN03_MCR_CORRECT (1<<13)
60 #define KN03_MCR_RES_11 (0x3<<12)
61 #define KN03_MCR_BNK32M (1<<10)
62 #define KN03_MCR_RES_7 (0x7<<7)
63 #define KN03_MCR_CHECK (0x7f<<0)
68 #define KN03_IO_SSR_TXDIS1 (1<<14)
69 #define KN03_IO_SSR_TXDIS0 (1<<13)
70 #define KN03_IO_SSR_RES_12 (1<<12)
72 #define KN03_IO_SSR_LEDS (0xff<<0)