Lines Matching +full:4 +full:mb
5 * DECstation/DECsystem 5000/260 (4max+ or KN05), 5000/150 (4min
6 * or KN04-BA), Personal DECstation/DECsystem 5000/50 (4maxine or
7 * KN04-CA) and DECsystem 5900/260 (KN05) R4k CPU card MB ASIC
23 * The oncard MB (Memory Buffer) ASIC provides an additional address
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.
50 #define KN4K_MB_INR_MB 4 /* ??? */
57 * Bits for the MB interrupt register.
60 #define KN4K_MB_INT_IRQ (0x1f<<0) /* CPU Int[4:0] status. */
64 * Bits for the MB control & status register.
76 #define KN4K_MB_CSR_MSK (0x1f<<16) /* CPU Int[4:0] mask */