Searched refs:SCMD_RST_ACK (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | mb89352reg.h | 112 #define SCMD_RST_ACK 0xc0 macro
|
H A D | mb89352.c | 1033 bus_space_write_1(iot, ioh, SCMD, SCMD_RST_ACK); in spc_msgin() 1213 bus_space_write_1(iot, ioh, SCMD, SCMD_RST_ACK); in spc_msgin() 1222 bus_space_write_1(iot, ioh, SCMD, SCMD_RST_ACK); in spc_msgin() 2011 bus_space_write_1(iot, ioh, SCMD, SCMD_RST_ACK); in spc_intr()
|
/netbsd-src/sys/arch/luna68k/stand/boot/ |
H A D | scsireg.h | 65 #define SCMD_RST_ACK 0xc0 macro
|
H A D | sc.c | 466 hd->scsi_scmd = SCMD_RST_ACK; 709 hd->scsi_scmd = SCMD_RST_ACK; in scintr()
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | scsireg.h | 92 #define SCMD_RST_ACK 0xc0 macro
|
H A D | scsi.c | 330 hd->scsi_scmd = SCMD_RST_ACK; in scsiicmd()
|