Go to the documentation of this file.
21 #ifndef __ASM_MIPS_DEC_KN05_H
22 #define __ASM_MIPS_DEC_KN05_H
32 #define KN4K_SLOT_BASE 0x1fc00000
34 #define KN4K_MB_ROM (0*IOASIC_SLOT_SIZE)
35 #define KN4K_IOCTL (1*IOASIC_SLOT_SIZE)
36 #define KN4K_ESAR (2*IOASIC_SLOT_SIZE)
37 #define KN4K_LANCE (3*IOASIC_SLOT_SIZE)
38 #define KN4K_MB_INT (4*IOASIC_SLOT_SIZE)
39 #define KN4K_MB_EA (5*IOASIC_SLOT_SIZE)
40 #define KN4K_MB_EC (6*IOASIC_SLOT_SIZE)
41 #define KN4K_MB_CSR (7*IOASIC_SLOT_SIZE)
42 #define KN4K_RES_08 (8*IOASIC_SLOT_SIZE)
43 #define KN4K_RES_09 (9*IOASIC_SLOT_SIZE)
44 #define KN4K_RES_10 (10*IOASIC_SLOT_SIZE)
45 #define KN4K_RES_11 (11*IOASIC_SLOT_SIZE)
46 #define KN4K_SCSI (12*IOASIC_SLOT_SIZE)
47 #define KN4K_RES_13 (13*IOASIC_SLOT_SIZE)
48 #define KN4K_RES_14 (14*IOASIC_SLOT_SIZE)
49 #define KN4K_RES_15 (15*IOASIC_SLOT_SIZE)
55 #define KN4K_MB_INT_TC (1<<0)
56 #define KN4K_MB_INT_RTC (1<<1)
57 #define KN4K_MB_INT_MT (1<<3)
63 #define KN4K_MB_CSR_PF (1<<0)
64 #define KN4K_MB_CSR_F (1<<1)
65 #define KN4K_MB_CSR_ECC (0xff<<2)
66 #define KN4K_MB_CSR_OD (1<<10)
67 #define KN4K_MB_CSR_CP (1<<11)
68 #define KN4K_MB_CSR_UNC (1<<12)
69 #define KN4K_MB_CSR_IM (1<<13)
70 #define KN4K_MB_CSR_NC (1<<14)
71 #define KN4K_MB_CSR_EE (1<<15)
72 #define KN4K_MB_CSR_MSK (0x1f<<16)
73 #define KN4K_MB_CSR_FW (1<<21)
74 #define KN4K_MB_CSR_W (1<<31)