Home
last modified time | relevance | path

Searched refs:SCSISTATREG (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/disk/amd/
H A Damd.h511 #define SCSISTATREG 0x10 /* (R) SCSI status register */ macro
554 #define am_target SCSISTATREG
H A Damd.c962 if (amd_read8(amd, SCSISTATREG) & INTERRUPT) { in amdstart()
997 scsistat = amd_read8(amd, SCSISTATREG); in amd_intr()