1: /*
2: * Copyright (c) 1986 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)iopage.h 1.2 (2.11BSD GTE) 12/26/92
7: */
8:
9: /*
10: * I/O page addresses
11: */
12:
13: #define PS ((u_short *) 0177776)
14: #define SL ((u_short *) 0177774)
15: #define PIR ((u_short *) 0177772)
16: #define CPUERR ((u_short *) 0177766)
17:
18: #define SYSSIZEHI ((u_short *) 0177762)
19: #define SYSSIZELO ((u_short *) 0177760)
20:
21: #define MEMSYSCTRL ((u_short *) 0177746)
22: #define MEMSYSERR ((u_short *) 0177744)
23: #define MEMERRHI ((u_short *) 0177742)
24: #define MEMERRLO ((u_short *) 0177740)
25:
26: /* Memory control registers (one per memory board) */
27: #define MEMSYSMCR ((u_short *) 0172100)
28: #define MEMMCR_EIE 0000001 /* Error Indication Enable */
29:
30: #define CSW ((u_short *) 0177570)
Defined macros
CSW
defined in line
30;
never used
PIR
defined in line
15;
never used
PS
defined in line
13; used 1 times
SL
defined in line
14;
never used
Usage of this include