Home
last modified time | relevance | path

Searched refs:SCSI_ID (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dsc.c86 #define SCSI_ID 7 macro
119 hs->sc_target = SCSI_ID; in scinit()
165 hd->scsi_bdid = SCSI_ID; in screset()
174 printf(", ID %d\n", SCSI_ID); in screset()
294 hd->scsi_temp = (1 << SCSI_ID) | (1 << target);
403 hs->sc_target = SCSI_ID; in scfinish()
681 temp = hd->scsi_temp & ~(1 << SCSI_ID); in scintr()
693 hs->sc_target = SCSI_ID; in scintr()
724 hs->sc_target = SCSI_ID; in scintr()
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dbootmain.c216 SCSI_ID & 7, 0, part); in bootmain()
218 bootdevstr[10] = '0' + (SCSI_ID & 7); in bootmain()
H A Dxxboot.h35 extern uint32_t SCSI_ID; /* target SCSI ID */
/netbsd-src/sys/arch/hp300/dev/
H A Dhp98265reg.h46 #define SCSI_ID 0x07 macro
/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsireg.h46 #define SCSI_ID 0x07 macro