Annotation of researchv9/sys.vax/h/ekcmd.h, revision 1.1.1.1

1.1       root        1: #define EKGC   (('e'<<8)|0)
                      2: #define EKDC   (('e'<<8)|1)
                      3: #define EKGS   (('e'<<8)|2)
                      4: #define EKDS   (('e'<<8)|3)
                      5: #define EKDEV  (('e'<<8)|4)
                      6: #define EKMOD  (('e'<<8)|5)
                      7: #define EKDMA  (('e'<<8)|6)
                      8: #define EK_8BITST      06
                      9: #define EK_12BITST     04
                     10: /* general control register bits */
                     11: #define EKGC_HOME      0200
                     12: #define EKGC_CONS      0100
                     13: #define EKGC_DARK      040
                     14: #define EKGC_RS                04
                     15: #define EKGC_RDY       02
                     16: #define EKGC_IE                01
                     17: 
                     18: /* device control register device codes */
                     19: #define DC_MASK                07777
                     20: #define EKDC_INT       0
                     21: #define EKDC_MAG       040000
                     22: #define EKDC_ND                050000
                     23: #define EKDC_SOL       0100000
                     24: #define EKDC_CON       0110000
                     25: #define EKDC_STG       0140000
                     26: #define EKDC_STGPO     0140000
                     27: 
                     28: /* device control general bits */
                     29: #define EKDC_READ      04000
                     30: #define EKDC_CC                02000
                     31: #define EKDC_IE                01
                     32: 
                     33: /* device control stage position mask */
                     34: #define EKDC_STP_M     017777
                     35: /*device control solenoid control bits */
                     36: #define EKDC_SO_DK     040
                     37: #define EKDC_SO_ND     020
                     38: #define EKDC_SO_ON     02
                     39: #define EKDC_SO_OF     04
                     40: 
                     41: /* device control stage control bits */
                     42: #define EKDC_ST_POS    02000
                     43: #define EKDC_ST_UPA    0200
                     44: #define EKDC_ST_DNA    0100
                     45: #define EKDC_ST_HM     040
                     46: #define EKDC_ST_FL     020
                     47: #define EKDC_ST_UP     010
                     48: #define EKDC_ST_DN     04
                     49: 
                     50: /* device control console control bits */
                     51: #define EKDC_CN_SW     020
                     52: #define EKDC_CN_OL     010
                     53: #define EKDC_CN_RDY    02
                     54: 
                     55: /* general status bits */
                     56: #define EKGS_DIR       01
                     57: #define EKGS_DSR       02
                     58: #define EKGS_CON       04
                     59: #define EKGS_FIL       010
                     60: #define EKGS_STG       020
                     61: #define EKGS_ONL       0100
                     62: #define EKGS_RUN       0200
                     63: #define EKGS_BUSY      0100000
                     64: 
                     65: /* device status bits - general */
                     66: #define EKDS_ER                010
                     67: #define EKDS_IG                077
                     68: /* device status magnification bits */
                     69: #define EKDS_MG_MV     0400
                     70: #define EKDS_MG_AD     0377
                     71: /* device status - solonoid bits */
                     72: #define EKDS_SO_DK     040
                     73: #define EKDS_SO_ND     020
                     74: /* device status - console bits */
                     75: #define EKDS_CO_ON     040
                     76: #define EKDS_CO_RUN    020
                     77: /* device status - stage bits */
                     78: #define EKDS_ST_FU     040
                     79: #define EKDS_ST_HM     020

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.