Home
last modified time | relevance | path

Searched refs:scsi_tcm (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/luna68k/stand/
H A Dsc.c88 hd->scsi_tcm = 0;
126 hd->scsi_tcm = 32;
154 hd->scsi_tcm = ((len & 0x00ff00) >> 8);
272 len = (hd->scsi_tch << 16) | (hd->scsi_tcm << 8) | hd->scsi_tcl;
588 hd->scsi_tcm = 0x06; in scintr()
/original-bsd/sys/hp300/stand/
H A Dscsi.c97 hd->scsi_tcm = 0;
146 hd->scsi_tcm = 32;
179 hd->scsi_tcm = len >> 8;
/original-bsd/sys/luna68k/dev/
H A Dsc.c215 hd->scsi_tcm = 0;
260 hd->scsi_tcm = 32;
291 hd->scsi_tcm = ((len & 0x00ff00) >> 8);
326 ( hd->scsi_tcm << 8 ) |
431 hd->scsi_tcm = ((len & 0x00ff00) >> 8);
668 hd->scsi_tcm = 0x06;
824 len = (hd->scsi_tch << 16) | (hd->scsi_tcm << 8) | hd->scsi_tcl;
H A Dscsireg.h86 u_char scsi_tcm, p39, p40, p41; /* 034 */ member
H A Dscreg.h86 u_char scsi_tcm, p39, p40, p41; /* 034 */ member
/original-bsd/sys/hp300/dev/
H A Dscsi.c112 len = (hd->scsi_tch << 16) | (hd->scsi_tcm << 8) | hd->scsi_tcl;
251 hd->scsi_tcm = 0;
381 hd->scsi_tcm = 32;
409 hd->scsi_tcm = len >> 8;
1058 hd->scsi_tcm = i >> 8;
1108 int len = (hd->scsi_tch << 16) | (hd->scsi_tcm << 8) |
H A Dscsireg.h108 u_char p58, scsi_tcm; member