Lines Matching defs:sym_reg
84 struct sym_reg { struct
85 /*00*/ u8 nc_scntl0; /* full arb., ena parity, par->ATN */
87 /*01*/ u8 nc_scntl1; /* no reset */
92 /*02*/ u8 nc_scntl2; /* no disconnect expected */
98 /*03*/ u8 nc_scntl3; /* cnf system clock dependent */
103 /*04*/ u8 nc_scid; /* cnf host adapter scsi address */
107 /*05*/ u8 nc_sxfer; /* ### Sync speed and count */
110 /*06*/ u8 nc_sdid; /* ### Destination-ID */
112 /*07*/ u8 nc_gpreg; /* ??? IO-Pins */
114 /*08*/ u8 nc_sfbr; /* ### First byte received */
116 /*09*/ u8 nc_socl;
126 /*0a*/ u8 nc_ssid;
128 /*0b*/ u8 nc_sbcl;
130 /*0c*/ u8 nc_dstat;
139 /*0d*/ u8 nc_sstat0;
149 /*0e*/ u8 nc_sstat1;
152 /*0f*/ u8 nc_sstat2;
159 /*10*/ u8 nc_dsa; /* --> Base page */
160 /*11*/ u8 nc_dsa1;
161 /*12*/ u8 nc_dsa2;
162 /*13*/ u8 nc_dsa3;
164 /*14*/ u8 nc_istat; /* --> Main Command and status */
174 /*15*/ u8 nc_istat1; /* 896 only */
179 /*16*/ u8 nc_mbox0; /* 896 only */
180 /*17*/ u8 nc_mbox1; /* 896 only */
182 /*18*/ u8 nc_ctest0;
183 /*19*/ u8 nc_ctest1;
185 /*1a*/ u8 nc_ctest2;
189 /*1b*/ u8 nc_ctest3;
196 /*1c*/ u32 nc_temp; /* ### Temporary stack */
198 /*20*/ u8 nc_dfifo;
199 /*21*/ u8 nc_ctest4;
203 /*22*/ u8 nc_ctest5;
207 /*23*/ u8 nc_ctest6;
209 /*24*/ u32 nc_dbc; /* ### Byte count and command */
210 /*28*/ u32 nc_dnad; /* ### Next command register */
211 /*2c*/ u32 nc_dsp; /* --> Script Pointer */
212 /*30*/ u32 nc_dsps; /* --> Script pointer save/opcode#2 */
214 /*34*/ u8 nc_scratcha; /* Temporary register a */
215 /*35*/ u8 nc_scratcha1;
216 /*36*/ u8 nc_scratcha2;
217 /*37*/ u8 nc_scratcha3;
219 /*38*/ u8 nc_dmode;
226 /*39*/ u8 nc_dien;
227 /*3a*/ u8 nc_sbr;
229 /*3b*/ u8 nc_dcntl; /* --> Script execution control */
240 /*3c*/ u32 nc_adder;
242 /*40*/ u16 nc_sien; /* -->: interrupt enable */
243 /*42*/ u16 nc_sist; /* <--: interrupt status */
257 /*44*/ u8 nc_slpar;
258 /*45*/ u8 nc_swide;
259 /*46*/ u8 nc_macntl;
260 /*47*/ u8 nc_gpcntl;
261 /*48*/ u8 nc_stime0; /* cmd: timeout for select&handshake*/
262 /*49*/ u8 nc_stime1; /* cmd: timeout user defined */
263 /*4a*/ u16 nc_respid; /* sta: Reselect-IDs */
265 /*4c*/ u8 nc_stest0;
267 /*4d*/ u8 nc_stest1;
273 /*4e*/ u8 nc_stest2;
277 /*4f*/ u8 nc_stest3;
282 /*50*/ u16 nc_sidl; /* Lowlevel: latched from scsi data */
283 /*52*/ u8 nc_stest4;
291 /*53*/ u8 nc_53_;
292 /*54*/ u16 nc_sodl; /* Lowlevel: data out to scsi data */
293 /*56*/ u8 nc_ccntl0; /* Chip Control 0 (896) */
301 /*57*/ u8 nc_ccntl1; /* Chip Control 1 (896) */
308 /*58*/ u16 nc_sbdl; /* Lowlevel: data from scsi data */
309 /*5a*/ u16 nc_5a_;
311 /*5c*/ u8 nc_scr0; /* Working register B */
312 /*5d*/ u8 nc_scr1;
313 /*5e*/ u8 nc_scr2;
314 /*5f*/ u8 nc_scr3;
316 /*60*/ u8 nc_scrx[64]; /* Working register C-R */
317 /*a0*/ u32 nc_mmrs; /* Memory Move Read Selector */
318 /*a4*/ u32 nc_mmws; /* Memory Move Write Selector */
319 /*a8*/ u32 nc_sfs; /* Script Fetch Selector */
320 /*ac*/ u32 nc_drs; /* DSA Relative Selector */
321 /*b0*/ u32 nc_sbms; /* Static Block Move Selector */
322 /*b4*/ u32 nc_dbms; /* Dynamic Block Move Selector */
323 /*b8*/ u32 nc_dnad64; /* DMA Next Address 64 */
324 /*bc*/ u16 nc_scntl4; /* C1010 only */
332 /*be*/ u8 nc_aipcntl0; /* AIP Control 0 C1010 only */
333 /*bf*/ u8 nc_aipcntl1; /* AIP Control 1 C1010 only */
335 /*c0*/ u32 nc_pmjad1; /* Phase Mismatch Jump Address 1 */
336 /*c4*/ u32 nc_pmjad2; /* Phase Mismatch Jump Address 2 */
337 /*c8*/ u8 nc_rbc; /* Remaining Byte Count */
338 /*c9*/ u8 nc_rbc1;
339 /*ca*/ u8 nc_rbc2;
340 /*cb*/ u8 nc_rbc3;
342 /*cc*/ u8 nc_ua; /* Updated Address */
343 /*cd*/ u8 nc_ua1;
344 /*ce*/ u8 nc_ua2;
345 /*cf*/ u8 nc_ua3;
346 /*d0*/ u32 nc_esa; /* Entry Storage Address */
347 /*d4*/ u8 nc_ia; /* Instruction Address */
371 #define REGJ(p,r) (offsetof(struct sym_reg, p ## r)) argument