regq             1587 src/dps8/dps8_scu.c                  word36 rega, word36 regq)
regq             1627 src/dps8/dps8_scu.c             scu [scu_unit_idx].id = (word4) getbits36_4 (regq, 50 - 36);
regq             1628 src/dps8/dps8_scu.c             scu [scu_unit_idx].mode_reg = getbits36_18 (regq, 54 - 36);
regq             1640 src/dps8/dps8_scu.c                        scu_unit_idx, rega, regq);
regq             1647 src/dps8/dps8_scu.c                 word9 mask = ((maskab ? regq : rega) >> 27) & 0777;
regq             1683 src/dps8/dps8_scu.c             up -> cyclic           = (regq >>  8) & 0177;
regq             1692 src/dps8/dps8_scu.c             up -> port_enable [4]  = (regq >>  3) & 01;
regq             1693 src/dps8/dps8_scu.c             up -> port_enable [5]  = (regq >>  2) & 01;
regq             1694 src/dps8/dps8_scu.c             up -> port_enable [6]  = (regq >>  1) & 01;
regq             1695 src/dps8/dps8_scu.c             up -> port_enable [7]  = (regq >>  0) & 01;
regq             1720 src/dps8/dps8_scu.c                        port_num, rega, regq);
regq             1765 src/dps8/dps8_scu.c               getbits36_16(regq, 0);
regq             1805 src/dps8/dps8_scu.c                   getbits36_1 (regq, i) ? 1 : 0;
regq             1859 src/dps8/dps8_scu.c                  word36 * rega, word36 * regq)
regq             1896 src/dps8/dps8_scu.c             * regq = 0;
regq             1900 src/dps8/dps8_scu.c             putbits36_4 (regq, 50 - 36, scu [scu_unit_idx].id);
regq             1901 src/dps8/dps8_scu.c             putbits36_18 (regq, 54 - 36, scu [scu_unit_idx].mode_reg);
regq             2019 src/dps8/dps8_scu.c             * regq = q;
regq             2026 src/dps8/dps8_scu.c                        scu_unit_idx, * rega, * regq);
regq             2055 src/dps8/dps8_scu.c             * regq = 0;
regq             2057 src/dps8/dps8_scu.c             putbits36 (regq, 32,  1, up -> port_enable [4]);
regq             2058 src/dps8/dps8_scu.c             putbits36 (regq, 33,  1, up -> port_enable [5]);
regq             2059 src/dps8/dps8_scu.c             putbits36 (regq, 34,  1, up -> port_enable [6]);
regq             2060 src/dps8/dps8_scu.c             putbits36 (regq, 35,  1, up -> port_enable [7]);
regq             2087 src/dps8/dps8_scu.c                   putbits36_1 (regq, i - 16, cell);
regq             2159 src/dps8/dps8_scu.c             * regq = 0;
regq             2469 src/dps8/dps8_scu.c                  word36 * regq)
regq             2475 src/dps8/dps8_scu.c     * regq = 0;
regq             2547 src/dps8/dps8_scu.c     * regq = 0;  //-V1048
regq             2548 src/dps8/dps8_scu.c     putbits36_16 (regq,  0, (mask_contents >>  0) & MASK16);
regq             2549 src/dps8/dps8_scu.c     putbits36_1  (regq, 32,  (word1) up -> port_enable [4]);
regq             2550 src/dps8/dps8_scu.c     putbits36_1  (regq, 33,  (word1) up -> port_enable [5]);
regq             2551 src/dps8/dps8_scu.c     putbits36_1  (regq, 34,  (word1) up -> port_enable [6]);
regq             2552 src/dps8/dps8_scu.c     putbits36_1  (regq, 35,  (word1) up -> port_enable [7]);
regq             2559 src/dps8/dps8_scu.c                * rega, * regq);
regq             2564 src/dps8/dps8_scu.c t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_udx, word36 rega, word36 regq)
regq             2568 src/dps8/dps8_scu.c                scu_unit_idx, cpu_unit_udx, rega, regq);
regq             2613 src/dps8/dps8_scu.c       ((uint) getbits36_16(regq, 0) <<  0);
regq             2634 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [4] = (uint) getbits36_1 (regq, 32);
regq             2635 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [5] = (uint) getbits36_1 (regq, 33);
regq             2636 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [6] = (uint) getbits36_1 (regq, 34);
regq             2637 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [7] = (uint) getbits36_1 (regq, 35);
regq               98 src/dps8/dps8_scu.h                  word36 rega, word36 regq);
regq              100 src/dps8/dps8_scu.h t_stat scu_rscr (uint scu_unit_idx, uint cpu_unit_idx, word18 addr, word36 * rega, word36 * regq);
regq              102 src/dps8/dps8_scu.h t_stat scu_rmcm (uint scu_unit_idx, uint cpu_unit_idx, word36 * rega, word36 * regq);
regq              103 src/dps8/dps8_scu.h t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_idx, word36 rega, word36 regq);