Lines Matching defs:sym_reg
97 struct sym_reg { struct
98 /*00*/ u8 nc_scntl0; /* full arb., ena parity, par->ATN */
100 /*01*/ u8 nc_scntl1; /* no reset */
105 /*02*/ u8 nc_scntl2; /* no disconnect expected */
111 /*03*/ u8 nc_scntl3; /* cnf system clock dependent */
116 /*04*/ u8 nc_scid; /* cnf host adapter scsi address */
120 /*05*/ u8 nc_sxfer; /* ### Sync speed and count */
123 /*06*/ u8 nc_sdid; /* ### Destination-ID */
125 /*07*/ u8 nc_gpreg; /* ??? IO-Pins */
127 /*08*/ u8 nc_sfbr; /* ### First byte received */
129 /*09*/ u8 nc_socl;
139 /*0a*/ u8 nc_ssid;
141 /*0b*/ u8 nc_sbcl;
143 /*0c*/ u8 nc_dstat;
152 /*0d*/ u8 nc_sstat0;
162 /*0e*/ u8 nc_sstat1;
165 /*0f*/ u8 nc_sstat2;
172 /*10*/ u8 nc_dsa; /* --> Base page */
173 /*11*/ u8 nc_dsa1;
174 /*12*/ u8 nc_dsa2;
175 /*13*/ u8 nc_dsa3;
177 /*14*/ u8 nc_istat; /* --> Main Command and status */
187 /*15*/ u8 nc_istat1; /* 896 only */
192 /*16*/ u8 nc_mbox0; /* 896 only */
193 /*17*/ u8 nc_mbox1; /* 896 only */
195 /*18*/ u8 nc_ctest0;
196 /*19*/ u8 nc_ctest1;
198 /*1a*/ u8 nc_ctest2;
202 /*1b*/ u8 nc_ctest3;
209 /*1c*/ u32 nc_temp; /* ### Temporary stack */
211 /*20*/ u8 nc_dfifo;
212 /*21*/ u8 nc_ctest4;
216 /*22*/ u8 nc_ctest5;
220 /*23*/ u8 nc_ctest6;
222 /*24*/ u32 nc_dbc; /* ### Byte count and command */
223 /*28*/ u32 nc_dnad; /* ### Next command register */
224 /*2c*/ u32 nc_dsp; /* --> Script Pointer */
225 /*30*/ u32 nc_dsps; /* --> Script pointer save/opcode#2 */
227 /*34*/ u8 nc_scratcha; /* Temporary register a */
228 /*35*/ u8 nc_scratcha1;
229 /*36*/ u8 nc_scratcha2;
230 /*37*/ u8 nc_scratcha3;
232 /*38*/ u8 nc_dmode;
239 /*39*/ u8 nc_dien;
240 /*3a*/ u8 nc_sbr;
242 /*3b*/ u8 nc_dcntl; /* --> Script execution control */
253 /*3c*/ u32 nc_adder;
255 /*40*/ u16 nc_sien; /* -->: interrupt enable */
256 /*42*/ u16 nc_sist; /* <--: interrupt status */
270 /*44*/ u8 nc_slpar;
271 /*45*/ u8 nc_swide;
272 /*46*/ u8 nc_macntl;
273 /*47*/ u8 nc_gpcntl;
274 /*48*/ u8 nc_stime0; /* cmd: timeout for select&handshake*/
275 /*49*/ u8 nc_stime1; /* cmd: timeout user defined */
276 /*4a*/ u16 nc_respid; /* sta: Reselect-IDs */
278 /*4c*/ u8 nc_stest0;
280 /*4d*/ u8 nc_stest1;
286 /*4e*/ u8 nc_stest2;
290 /*4f*/ u8 nc_stest3;
295 /*50*/ u16 nc_sidl; /* Lowlevel: latched from scsi data */
296 /*52*/ u8 nc_stest4;
304 /*53*/ u8 nc_53_;
305 /*54*/ u16 nc_sodl; /* Lowlevel: data out to scsi data */
306 /*56*/ u8 nc_ccntl0; /* Chip Control 0 (896) */
314 /*57*/ u8 nc_ccntl1; /* Chip Control 1 (896) */
321 /*58*/ u16 nc_sbdl; /* Lowlevel: data from scsi data */
322 /*5a*/ u16 nc_5a_;
324 /*5c*/ u8 nc_scr0; /* Working register B */
325 /*5d*/ u8 nc_scr1;
326 /*5e*/ u8 nc_scr2;
327 /*5f*/ u8 nc_scr3;
329 /*60*/ u8 nc_scrx[64]; /* Working register C-R */
330 /*a0*/ u32 nc_mmrs; /* Memory Move Read Selector */
331 /*a4*/ u32 nc_mmws; /* Memory Move Write Selector */
332 /*a8*/ u32 nc_sfs; /* Script Fetch Selector */
333 /*ac*/ u32 nc_drs; /* DSA Relative Selector */
334 /*b0*/ u32 nc_sbms; /* Static Block Move Selector */
335 /*b4*/ u32 nc_dbms; /* Dynamic Block Move Selector */
336 /*b8*/ u32 nc_dnad64; /* DMA Next Address 64 */
337 /*bc*/ u16 nc_scntl4; /* C1010 only */
345 /*be*/ u8 nc_aipcntl0; /* AIP Control 0 C1010 only */
346 /*bf*/ u8 nc_aipcntl1; /* AIP Control 1 C1010 only */
348 /*c0*/ u32 nc_pmjad1; /* Phase Mismatch Jump Address 1 */
349 /*c4*/ u32 nc_pmjad2; /* Phase Mismatch Jump Address 2 */
350 /*c8*/ u8 nc_rbc; /* Remaining Byte Count */
351 /*c9*/ u8 nc_rbc1;
352 /*ca*/ u8 nc_rbc2;
353 /*cb*/ u8 nc_rbc3;
355 /*cc*/ u8 nc_ua; /* Updated Address */
356 /*cd*/ u8 nc_ua1;
357 /*ce*/ u8 nc_ua2;
358 /*cf*/ u8 nc_ua3;
359 /*d0*/ u32 nc_esa; /* Entry Storage Address */
360 /*d4*/ u8 nc_ia; /* Instruction Address */
384 #define REGJ(p,r) (offsetof(struct sym_reg, p ## r)) argument