Lines Matching full:jr
39 * setting the INTE control bit to 0. Not present on "JR" boards.
42 /* digital inputs (not "JR" boards) */
51 #define DAS08_CONTROL_INTE BIT(3) /* interrupt enable (not "JR" boards) */
52 #define DAS08_CONTROL_DO_MASK 0xf0 /* digital outputs mask (not "JR") */
53 /* digital outputs (not "JR" boards) */
63 #define DAS08JR_DI_REG 0x03 /* (R) digital inputs ("JR" boards) */
64 #define DAS08JR_DO_REG 0x03 /* (W) digital outputs ("JR" boards) */
65 /* (W) analog output l.s.b. registers for 2 channels ("JR" boards) */
67 /* (W) analog output m.s.b. registers for 2 channels ("JR" boards) */
70 * (R) update analog outputs ("JR" boards set for simultaneous output)
222 * "JR" 16-bit boards are sign-magnitude. in das08_ai_insn_read()
227 * DAS08/JR/16 and DAS08/JR/16-AO boards have it in das08_ai_insn_read()