regq             1601 src/dps8/dps8_scu.c                  word36 rega, word36 regq)
regq             1641 src/dps8/dps8_scu.c             scu [scu_unit_idx].id = (word4) getbits36_4 (regq, 50 - 36);
regq             1642 src/dps8/dps8_scu.c             scu [scu_unit_idx].mode_reg = getbits36_18 (regq, 54 - 36);
regq             1654 src/dps8/dps8_scu.c                        scu_unit_idx, rega, regq);
regq             1661 src/dps8/dps8_scu.c                 word9 mask = ((maskab ? regq : rega) >> 27) & 0777;
regq             1697 src/dps8/dps8_scu.c             up -> cyclic           = (regq >>  8) & 0177;
regq             1706 src/dps8/dps8_scu.c             up -> port_enable [4]  = (regq >>  3) & 01;
regq             1707 src/dps8/dps8_scu.c             up -> port_enable [5]  = (regq >>  2) & 01;
regq             1708 src/dps8/dps8_scu.c             up -> port_enable [6]  = (regq >>  1) & 01;
regq             1709 src/dps8/dps8_scu.c             up -> port_enable [7]  = (regq >>  0) & 01;
regq             1734 src/dps8/dps8_scu.c                        port_num, rega, regq);
regq             1779 src/dps8/dps8_scu.c               getbits36_16(regq, 0);
regq             1819 src/dps8/dps8_scu.c                   getbits36_1 (regq, i) ? 1 : 0;
regq             1873 src/dps8/dps8_scu.c                  word36 * rega, word36 * regq)
regq             1910 src/dps8/dps8_scu.c             * regq = 0;
regq             1914 src/dps8/dps8_scu.c             putbits36_4 (regq, 50 - 36, scu [scu_unit_idx].id);
regq             1915 src/dps8/dps8_scu.c             putbits36_18 (regq, 54 - 36, scu [scu_unit_idx].mode_reg);
regq             2033 src/dps8/dps8_scu.c             * regq = q;
regq             2040 src/dps8/dps8_scu.c                        scu_unit_idx, * rega, * regq);
regq             2069 src/dps8/dps8_scu.c             * regq = 0;
regq             2071 src/dps8/dps8_scu.c             putbits36 (regq, 32,  1, up -> port_enable [4]);
regq             2072 src/dps8/dps8_scu.c             putbits36 (regq, 33,  1, up -> port_enable [5]);
regq             2073 src/dps8/dps8_scu.c             putbits36 (regq, 34,  1, up -> port_enable [6]);
regq             2074 src/dps8/dps8_scu.c             putbits36 (regq, 35,  1, up -> port_enable [7]);
regq             2101 src/dps8/dps8_scu.c                   putbits36_1 (regq, i - 16, cell);
regq             2173 src/dps8/dps8_scu.c             * regq = 0;
regq             2492 src/dps8/dps8_scu.c                  word36 * regq)
regq             2501 src/dps8/dps8_scu.c     * regq = 0;
regq             2573 src/dps8/dps8_scu.c     * regq = 0;  //-V1048
regq             2574 src/dps8/dps8_scu.c     putbits36_16 (regq,  0, (mask_contents >>  0) & MASK16);
regq             2575 src/dps8/dps8_scu.c     putbits36_1  (regq, 32,  (word1) up -> port_enable [4]);
regq             2576 src/dps8/dps8_scu.c     putbits36_1  (regq, 33,  (word1) up -> port_enable [5]);
regq             2577 src/dps8/dps8_scu.c     putbits36_1  (regq, 34,  (word1) up -> port_enable [6]);
regq             2578 src/dps8/dps8_scu.c     putbits36_1  (regq, 35,  (word1) up -> port_enable [7]);
regq             2585 src/dps8/dps8_scu.c                * rega, * regq);
regq             2590 src/dps8/dps8_scu.c t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_udx, word36 rega, word36 regq)
regq             2597 src/dps8/dps8_scu.c                scu_unit_idx, cpu_unit_udx, rega, regq);
regq             2642 src/dps8/dps8_scu.c       ((uint) getbits36_16(regq, 0) <<  0);
regq             2663 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [4] = (uint) getbits36_1 (regq, 32);
regq             2664 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [5] = (uint) getbits36_1 (regq, 33);
regq             2665 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [6] = (uint) getbits36_1 (regq, 34);
regq             2666 src/dps8/dps8_scu.c     scu [scu_unit_idx].port_enable [7] = (uint) getbits36_1 (regq, 35);
regq               95 src/dps8/dps8_scu.h                  word36 rega, word36 regq);
regq               97 src/dps8/dps8_scu.h t_stat scu_rscr (cpu_state_t * cpup, uint scu_unit_idx, uint cpu_unit_idx, word18 addr, word36 * rega, word36 * regq);
regq               99 src/dps8/dps8_scu.h t_stat scu_rmcm (uint scu_unit_idx, uint cpu_unit_idx, word36 * rega, word36 * regq);
regq              100 src/dps8/dps8_scu.h t_stat scu_smcm (uint scu_unit_idx, uint cpu_unit_idx, word36 rega, word36 regq);