Lines Matching defs:sym_reg
267 struct sym_reg { struct
268 /*00*/ u8 nc_scntl0; /* full arb., ena parity, par->ATN */
270 /*01*/ u8 nc_scntl1; /* no reset */
275 /*02*/ u8 nc_scntl2; /* no disconnect expected */
281 /*03*/ u8 nc_scntl3; /* cnf system clock dependent */
286 /*04*/ u8 nc_scid; /* cnf host adapter scsi address */
290 /*05*/ u8 nc_sxfer; /* ### Sync speed and count */
293 /*06*/ u8 nc_sdid; /* ### Destination-ID */
295 /*07*/ u8 nc_gpreg; /* ??? IO-Pins */
297 /*08*/ u8 nc_sfbr; /* ### First byte received */
299 /*09*/ u8 nc_socl;
309 /*0a*/ u8 nc_ssid;
311 /*0b*/ u8 nc_sbcl;
313 /*0c*/ u8 nc_dstat;
322 /*0d*/ u8 nc_sstat0;
332 /*0e*/ u8 nc_sstat1;
335 /*0f*/ u8 nc_sstat2;
342 /*10*/ u8 nc_dsa; /* --> Base page */
343 /*11*/ u8 nc_dsa1;
344 /*12*/ u8 nc_dsa2;
345 /*13*/ u8 nc_dsa3;
347 /*14*/ u8 nc_istat; /* --> Main Command and status */
357 /*15*/ u8 nc_istat1; /* 896 only */
358 /*16*/ u8 nc_mbox0; /* 896 only */
359 /*17*/ u8 nc_mbox1; /* 896 only */
361 /*18*/ u8 nc_ctest0;
362 /*19*/ u8 nc_ctest1;
364 /*1a*/ u8 nc_ctest2;
368 /*1b*/ u8 nc_ctest3;
375 /*1c*/ u32 nc_temp; /* ### Temporary stack */
377 /*20*/ u8 nc_dfifo;
378 /*21*/ u8 nc_ctest4;
382 /*22*/ u8 nc_ctest5;
386 /*23*/ u8 nc_ctest6;
388 /*24*/ u32 nc_dbc; /* ### Byte count and command */
389 /*28*/ u32 nc_dnad; /* ### Next command register */
390 /*2c*/ u32 nc_dsp; /* --> Script Pointer */
391 /*30*/ u32 nc_dsps; /* --> Script pointer save/opcode#2 */
393 /*34*/ u8 nc_scratcha; /* Temporary register a */
394 /*35*/ u8 nc_scratcha1;
395 /*36*/ u8 nc_scratcha2;
396 /*37*/ u8 nc_scratcha3;
398 /*38*/ u8 nc_dmode;
405 /*39*/ u8 nc_dien;
406 /*3a*/ u8 nc_sbr;
408 /*3b*/ u8 nc_dcntl; /* --> Script execution control */
419 /*3c*/ u32 nc_adder;
421 /*40*/ u16 nc_sien; /* -->: interrupt enable */
422 /*42*/ u16 nc_sist; /* <--: interrupt status */
436 /*44*/ u8 nc_slpar;
437 /*45*/ u8 nc_swide;
438 /*46*/ u8 nc_macntl;
439 /*47*/ u8 nc_gpcntl;
440 /*48*/ u8 nc_stime0; /* cmd: timeout for select&handshake*/
441 /*49*/ u8 nc_stime1; /* cmd: timeout user defined */
442 /*4a*/ u16 nc_respid; /* sta: Reselect-IDs */
444 /*4c*/ u8 nc_stest0;
446 /*4d*/ u8 nc_stest1;
452 /*4e*/ u8 nc_stest2;
456 /*4f*/ u8 nc_stest3;
461 /*50*/ u16 nc_sidl; /* Lowlevel: latched from scsi data */
462 /*52*/ u8 nc_stest4;
470 /*53*/ u8 nc_53_;
471 /*54*/ u16 nc_sodl; /* Lowlevel: data out to scsi data */
472 /*56*/ u8 nc_ccntl0; /* Chip Control 0 (896) */
480 /*57*/ u8 nc_ccntl1; /* Chip Control 1 (896) */
487 /*58*/ u16 nc_sbdl; /* Lowlevel: data from scsi data */
488 /*5a*/ u16 nc_5a_;
490 /*5c*/ u8 nc_scr0; /* Working register B */
491 /*5d*/ u8 nc_scr1;
492 /*5e*/ u8 nc_scr2;
493 /*5f*/ u8 nc_scr3;
495 /*60*/ u8 nc_scrx[64]; /* Working register C-R */
496 /*a0*/ u32 nc_mmrs; /* Memory Move Read Selector */
497 /*a4*/ u32 nc_mmws; /* Memory Move Write Selector */
498 /*a8*/ u32 nc_sfs; /* Script Fetch Selector */
499 /*ac*/ u32 nc_drs; /* DSA Relative Selector */
500 /*b0*/ u32 nc_sbms; /* Static Block Move Selector */
501 /*b4*/ u32 nc_dbms; /* Dynamic Block Move Selector */
502 /*b8*/ u32 nc_dnad64; /* DMA Next Address 64 */
503 /*bc*/ u16 nc_scntl4; /* C1010 only */
511 /*be*/ u8 nc_aipcntl0; /* AIP Control 0 C1010 only */
512 /*bf*/ u8 nc_aipcntl1; /* AIP Control 1 C1010 only */
514 /*c0*/ u32 nc_pmjad1; /* Phase Mismatch Jump Address 1 */
515 /*c4*/ u32 nc_pmjad2; /* Phase Mismatch Jump Address 2 */
516 /*c8*/ u8 nc_rbc; /* Remaining Byte Count */
517 /*c9*/ u8 nc_rbc1;
518 /*ca*/ u8 nc_rbc2;
519 /*cb*/ u8 nc_rbc3;
521 /*cc*/ u8 nc_ua; /* Updated Address */
522 /*cd*/ u8 nc_ua1;
523 /*ce*/ u8 nc_ua2;
524 /*cf*/ u8 nc_ua3;
525 /*d0*/ u32 nc_esa; /* Entry Storage Address */
526 /*d4*/ u8 nc_ia; /* Instruction Address */
550 #define REGJ(p,r) (offsetof(struct sym_reg, p ## r)) argument