Lines Matching refs:dut1
123 #define DUT1 5 /* DUT1 bits */
181 {DUT1, 8}, /* 50 DUT1 sign */
187 {DUT1, 1}, /* 56 0.1 DUT1 fraction */
188 {DUT1, 2}, /* 57 0.2 */
189 {DUT1, 4}, /* 58 0.4 */
247 int dut1 = 0; /* DUT1 correction (sign, magnitude) */
300 case 'u': /* set DUT1 offset (-7 to +7) */
301 sscanf(optarg, "%d", &dut1);
302 if (dut1 < 0)
303 dut1 = abs(dut1);
305 dut1 |= 0x8;
547 case DUT1: /* send DUT1 bits */
548 if (dut1 & arg)