Lines Matching +full:16 +full:mb
7 * KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC
23 * The oncard MB (Memory Buffer) ASIC provides an additional address
24 * decoder. Certain address ranges within the "high" 16 slots are
34 #define KN4K_MB_INT (4*IOASIC_SLOT_SIZE) /* MB interrupt register */
35 #define KN4K_MB_EA (5*IOASIC_SLOT_SIZE) /* MB error address? */
36 #define KN4K_MB_EC (6*IOASIC_SLOT_SIZE) /* MB error ??? */
37 #define KN4K_MB_CSR (7*IOASIC_SLOT_SIZE) /* MB control & status */
48 * MB ASIC interrupt bits.
57 * Bits for the MB interrupt register.
64 * Bits for the MB control & status register.
76 #define KN4K_MB_CSR_MSK (0x1f<<16) /* CPU Int[4:0] mask */
77 #define KN4K_MB_CSR_MSK_N(n) (1<<((n)+16)) /* Individual mask bits. */