HomeSort by: relevance | last modified time | path
    Searched defs:SCSI_5380 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mac68k/dev/
mac68k5380.c 123 struct scsi_5380 { struct
124 volatile u_char scsi_5380[8*16]; /* 8 regs, 1 every 16th byte. */ member in struct:scsi_5380
132 #define SCSI_5380 ((volatile struct scsi_5380 *) ncr)
133 #define GET_5380_REG(rnum) SCSI_5380->scsi_5380[((rnum)<<4)]
134 #define SET_5380_REG(rnum,val) (SCSI_5380->scsi_5380[((rnum)<<4)] = (val))
  /src/sys/arch/atari/dev/
atari5380.c 120 #define SCSI_5380 ((struct scsi_5380 *)AD_NCR5380)
175 struct scsi_5380 { struct
176 volatile uint8_t scsi_5380[16]; /* use only the odd bytes */ member in struct:scsi_5380
193 #define GET_5380_REG(rnum) SCSI_5380->scsi_5380[(rnum << 1) | 1]
194 #define SET_5380_REG(rnum,val) (SCSI_5380->scsi_5380[(rnum << 1) | 1] = val)
237 #define GET_TT_REG(rnum) SCSI_5380->scsi_5380[(rnum << 1) | 1
    [all...]

Completed in 103 milliseconds