Lines Matching defs:sym_reg
266 struct sym_reg { struct
267 /*00*/ u8 nc_scntl0; /* full arb., ena parity, par->ATN */
269 /*01*/ u8 nc_scntl1; /* no reset */
274 /*02*/ u8 nc_scntl2; /* no disconnect expected */
280 /*03*/ u8 nc_scntl3; /* cnf system clock dependent */
285 /*04*/ u8 nc_scid; /* cnf host adapter scsi address */
289 /*05*/ u8 nc_sxfer; /* ### Sync speed and count */
292 /*06*/ u8 nc_sdid; /* ### Destination-ID */
294 /*07*/ u8 nc_gpreg; /* ??? IO-Pins */
296 /*08*/ u8 nc_sfbr; /* ### First byte received */
298 /*09*/ u8 nc_socl;
308 /*0a*/ u8 nc_ssid;
310 /*0b*/ u8 nc_sbcl;
312 /*0c*/ u8 nc_dstat;
321 /*0d*/ u8 nc_sstat0;
331 /*0e*/ u8 nc_sstat1;
334 /*0f*/ u8 nc_sstat2;
341 /*10*/ u8 nc_dsa; /* --> Base page */
342 /*11*/ u8 nc_dsa1;
343 /*12*/ u8 nc_dsa2;
344 /*13*/ u8 nc_dsa3;
346 /*14*/ u8 nc_istat; /* --> Main Command and status */
356 /*15*/ u8 nc_istat1; /* 896 only */
357 /*16*/ u8 nc_mbox0; /* 896 only */
358 /*17*/ u8 nc_mbox1; /* 896 only */
360 /*18*/ u8 nc_ctest0;
361 /*19*/ u8 nc_ctest1;
363 /*1a*/ u8 nc_ctest2;
367 /*1b*/ u8 nc_ctest3;
374 /*1c*/ u32 nc_temp; /* ### Temporary stack */
376 /*20*/ u8 nc_dfifo;
377 /*21*/ u8 nc_ctest4;
381 /*22*/ u8 nc_ctest5;
385 /*23*/ u8 nc_ctest6;
387 /*24*/ u32 nc_dbc; /* ### Byte count and command */
388 /*28*/ u32 nc_dnad; /* ### Next command register */
389 /*2c*/ u32 nc_dsp; /* --> Script Pointer */
390 /*30*/ u32 nc_dsps; /* --> Script pointer save/opcode#2 */
392 /*34*/ u8 nc_scratcha; /* Temporary register a */
393 /*35*/ u8 nc_scratcha1;
394 /*36*/ u8 nc_scratcha2;
395 /*37*/ u8 nc_scratcha3;
397 /*38*/ u8 nc_dmode;
404 /*39*/ u8 nc_dien;
405 /*3a*/ u8 nc_sbr;
407 /*3b*/ u8 nc_dcntl; /* --> Script execution control */
418 /*3c*/ u32 nc_adder;
420 /*40*/ u16 nc_sien; /* -->: interrupt enable */
421 /*42*/ u16 nc_sist; /* <--: interrupt status */
435 /*44*/ u8 nc_slpar;
436 /*45*/ u8 nc_swide;
437 /*46*/ u8 nc_macntl;
438 /*47*/ u8 nc_gpcntl;
439 /*48*/ u8 nc_stime0; /* cmd: timeout for select&handshake*/
440 /*49*/ u8 nc_stime1; /* cmd: timeout user defined */
441 /*4a*/ u16 nc_respid; /* sta: Reselect-IDs */
443 /*4c*/ u8 nc_stest0;
445 /*4d*/ u8 nc_stest1;
451 /*4e*/ u8 nc_stest2;
455 /*4f*/ u8 nc_stest3;
460 /*50*/ u16 nc_sidl; /* Lowlevel: latched from scsi data */
461 /*52*/ u8 nc_stest4;
469 /*53*/ u8 nc_53_;
470 /*54*/ u16 nc_sodl; /* Lowlevel: data out to scsi data */
471 /*56*/ u8 nc_ccntl0; /* Chip Control 0 (896) */
479 /*57*/ u8 nc_ccntl1; /* Chip Control 1 (896) */
486 /*58*/ u16 nc_sbdl; /* Lowlevel: data from scsi data */
487 /*5a*/ u16 nc_5a_;
489 /*5c*/ u8 nc_scr0; /* Working register B */
490 /*5d*/ u8 nc_scr1;
491 /*5e*/ u8 nc_scr2;
492 /*5f*/ u8 nc_scr3;
494 /*60*/ u8 nc_scrx[64]; /* Working register C-R */
495 /*a0*/ u32 nc_mmrs; /* Memory Move Read Selector */
496 /*a4*/ u32 nc_mmws; /* Memory Move Write Selector */
497 /*a8*/ u32 nc_sfs; /* Script Fetch Selector */
498 /*ac*/ u32 nc_drs; /* DSA Relative Selector */
499 /*b0*/ u32 nc_sbms; /* Static Block Move Selector */
500 /*b4*/ u32 nc_dbms; /* Dynamic Block Move Selector */
501 /*b8*/ u32 nc_dnad64; /* DMA Next Address 64 */
502 /*bc*/ u16 nc_scntl4; /* C1010 only */
510 /*be*/ u8 nc_aipcntl0; /* AIP Control 0 C1010 only */
511 /*bf*/ u8 nc_aipcntl1; /* AIP Control 1 C1010 only */
513 /*c0*/ u32 nc_pmjad1; /* Phase Mismatch Jump Address 1 */
514 /*c4*/ u32 nc_pmjad2; /* Phase Mismatch Jump Address 2 */
515 /*c8*/ u8 nc_rbc; /* Remaining Byte Count */
516 /*c9*/ u8 nc_rbc1;
517 /*ca*/ u8 nc_rbc2;
518 /*cb*/ u8 nc_rbc3;
520 /*cc*/ u8 nc_ua; /* Updated Address */
521 /*cd*/ u8 nc_ua1;
522 /*ce*/ u8 nc_ua2;
523 /*cf*/ u8 nc_ua3;
524 /*d0*/ u32 nc_esa; /* Entry Storage Address */
525 /*d4*/ u8 nc_ia; /* Instruction Address */
549 #define REGJ(p,r) (offsetof(struct sym_reg, p ## r)) argument