NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
SCSI_PHASE
sys/arch/amiga/dev/sbic.c
108
#define SCSI_PHASE(reg) (reg&0x07)
sys/arch/mvme68k/dev/sbic.c
115
#define SCSI_PHASE(reg) (reg&0x07)
sys/arch/sgimips/stand/common/iris_scsireg.h
385
#define SCSI_PHASE(reg) ((reg) & PHASE_MASK)
sys/dev/ic/wd33c93reg.h
360
#define SCSI_PHASE(reg) ((reg) & PHASE_MASK)