Lines Matching defs:ncr_reg
605 struct ncr_reg { struct
606 /*00*/ u8 nc_scntl0; /* full arb., ena parity, par->ATN */
608 /*01*/ u8 nc_scntl1; /* no reset */
613 /*02*/ u8 nc_scntl2; /* no disconnect expected */
619 /*03*/ u8 nc_scntl3; /* cnf system clock dependent */
624 /*04*/ u8 nc_scid; /* cnf host adapter scsi address */
628 /*05*/ u8 nc_sxfer; /* ### Sync speed and count */
631 /*06*/ u8 nc_sdid; /* ### Destination-ID */
633 /*07*/ u8 nc_gpreg; /* ??? IO-Pins */
635 /*08*/ u8 nc_sfbr; /* ### First byte in phase */
637 /*09*/ u8 nc_socl;
647 /*0a*/ u8 nc_ssid;
649 /*0b*/ u8 nc_sbcl;
651 /*0c*/ u8 nc_dstat;
660 /*0d*/ u8 nc_sstat0;
670 /*0e*/ u8 nc_sstat1;
673 /*0f*/ u8 nc_sstat2;
680 /*10*/ u8 nc_dsa; /* --> Base page */
681 /*11*/ u8 nc_dsa1;
682 /*12*/ u8 nc_dsa2;
683 /*13*/ u8 nc_dsa3;
685 /*14*/ u8 nc_istat; /* --> Main Command and status */
695 /*15*/ u8 nc_istat1; /* 896 and later cores only */
700 /*16*/ u8 nc_mbox0; /* 896 and later cores only */
701 /*17*/ u8 nc_mbox1; /* 896 and later cores only */
703 /*18*/ u8 nc_ctest0;
705 /*19*/ u8 nc_ctest1;
707 /*1a*/ u8 nc_ctest2;
711 /*1b*/ u8 nc_ctest3;
718 /*1c*/ u32 nc_temp; /* ### Temporary stack */
720 /*20*/ u8 nc_dfifo;
721 /*21*/ u8 nc_ctest4;
726 /*22*/ u8 nc_ctest5;
729 /*23*/ u8 nc_ctest6;
731 /*24*/ u32 nc_dbc; /* ### Byte count and command */
732 /*28*/ u32 nc_dnad; /* ### Next command register */
733 /*2c*/ u32 nc_dsp; /* --> Script Pointer */
734 /*30*/ u32 nc_dsps; /* --> Script pointer save/opcode#2 */
736 /*34*/ u8 nc_scratcha; /* Temporary register a */
737 /*35*/ u8 nc_scratcha1;
738 /*36*/ u8 nc_scratcha2;
739 /*37*/ u8 nc_scratcha3;
741 /*38*/ u8 nc_dmode;
748 /*39*/ u8 nc_dien;
749 /*3a*/ u8 nc_sbr;
751 /*3b*/ u8 nc_dcntl; /* --> Script execution control */
763 /*3c*/ u32 nc_adder;
765 /*40*/ u16 nc_sien; /* -->: interrupt enable */
766 /*42*/ u16 nc_sist; /* <--: interrupt status */
780 /*44*/ u8 nc_slpar;
781 /*45*/ u8 nc_swide;
782 /*46*/ u8 nc_macntl;
783 /*47*/ u8 nc_gpcntl;
784 /*48*/ u8 nc_stime0; /* cmd: timeout for select&handshake*/
785 /*49*/ u8 nc_stime1; /* cmd: timeout user defined */
786 /*4a*/ u16 nc_respid; /* sta: Reselect-IDs */
788 /*4c*/ u8 nc_stest0;
790 /*4d*/ u8 nc_stest1;
796 /*4e*/ u8 nc_stest2;
801 /*4f*/ u8 nc_stest3;
806 /*50*/ u16 nc_sidl; /* Lowlevel: latched from scsi data */
807 /*52*/ u8 nc_stest4;
815 /*53*/ u8 nc_53_;
816 /*54*/ u16 nc_sodl; /* Lowlevel: data out to scsi data */
817 /*56*/ u8 nc_ccntl0; /* Chip Control 0 (896) */
825 /*57*/ u8 nc_ccntl1; /* Chip Control 1 (896) */
833 /*58*/ u16 nc_sbdl; /* Lowlevel: data from scsi data */
834 /*5a*/ u16 nc_5a_;
836 /*5c*/ u8 nc_scr0; /* Working register B */
837 /*5d*/ u8 nc_scr1; /* */
838 /*5e*/ u8 nc_scr2; /* */
839 /*5f*/ u8 nc_scr3; /* */
841 /*60*/ u8 nc_scrx[64]; /* Working register C-R */
842 /*a0*/ u32 nc_mmrs; /* Memory Move Read Selector */
843 /*a4*/ u32 nc_mmws; /* Memory Move Write Selector */
844 /*a8*/ u32 nc_sfs; /* Script Fetch Selector */
845 /*ac*/ u32 nc_drs; /* DSA Relative Selector */
846 /*b0*/ u32 nc_sbms; /* Static Block Move Selector */
847 /*b4*/ u32 nc_dbms; /* Dynamic Block Move Selector */
848 /*b8*/ u32 nc_dnad64; /* DMA Next Address 64 */
849 /*bc*/ u16 nc_scntl4; /* C1010 only */
857 /*be*/ u8 nc_aipcntl0; /* Epat Control 1 C1010 only */
858 /*bf*/ u8 nc_aipcntl1; /* AIP Control C1010_66 Only */
860 /*c0*/ u32 nc_pmjad1; /* Phase Mismatch Jump Address 1 */
861 /*c4*/ u32 nc_pmjad2; /* Phase Mismatch Jump Address 2 */
862 /*c8*/ u8 nc_rbc; /* Remaining Byte Count */
863 /*c9*/ u8 nc_rbc1; /* */
864 /*ca*/ u8 nc_rbc2; /* */
865 /*cb*/ u8 nc_rbc3; /* */
867 /*cc*/ u8 nc_ua; /* Updated Address */
868 /*cd*/ u8 nc_ua1; /* */
869 /*ce*/ u8 nc_ua2; /* */
870 /*cf*/ u8 nc_ua3; /* */
871 /*d0*/ u32 nc_esa; /* Entry Storage Address */
872 /*d4*/ u8 nc_ia; /* Instruction Address */
873 /*d5*/ u8 nc_ia1;
874 /*d6*/ u8 nc_ia2;
898 #define REGJ(p,r) (offsetof(struct ncr_reg, p ## r)) argument