Home
last modified time | relevance | path

Searched refs:SCMD_RST_ACK (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmb89352reg.h112 #define SCMD_RST_ACK 0xc0 macro
H A Dmb89352.c1033 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 Dscsireg.h65 #define SCMD_RST_ACK 0xc0 macro
H A Dsc.c466 hd->scsi_scmd = SCMD_RST_ACK;
709 hd->scsi_scmd = SCMD_RST_ACK; in scintr()
/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsireg.h92 #define SCMD_RST_ACK 0xc0 macro
H A Dscsi.c330 hd->scsi_scmd = SCMD_RST_ACK; in scsiicmd()