Searched refs:IDENTIFY (Results 1 – 25 of 31) sorted by relevance
12
/linux-2.4.37.9/drivers/char/rio/ |
D | control.h | 49 #define IDENTIFY ( CONTROL + 2 ) macro
|
D | riowinif.h | 496 #define IDENTIFY 0x30 /* Driver->RIO Identify RTA */ macro
|
D | riocmd.c | 249 CmdBlkP->Packet.data[0] = IDENTIFY;
|
/linux-2.4.37.9/Documentation/sound/ |
D | ESS1868 | 34 (IDENTIFY *)
|
D | VIBRA16 | 33 (IDENTIFY *)
|
D | CMI8330 | 83 (IDENTIFY *)
|
/linux-2.4.37.9/drivers/scsi/ |
D | scsi.h | 170 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ macro
|
D | NCR53C9x.c | 1080 *cmdp++ = IDENTIFY(1, lun); in esp_exec_cmd() 1082 *cmdp++ = IDENTIFY(0, lun); in esp_exec_cmd() 1102 *cmdp++ = IDENTIFY(0, lun); in esp_exec_cmd() 1174 *cmdp++ = IDENTIFY(0, lun); in esp_exec_cmd() 1176 *cmdp++ = IDENTIFY(1, lun); in esp_exec_cmd()
|
D | esp.c | 1606 *cmdp++ = IDENTIFY(1, lun); in esp_exec_cmd() 1608 *cmdp++ = IDENTIFY(0, lun); in esp_exec_cmd() 1628 *cmdp++ = IDENTIFY(0, lun); in esp_exec_cmd() 1736 *cmdp++ = IDENTIFY(0, lun); in esp_exec_cmd() 1738 *cmdp++ = IDENTIFY(1, lun); in esp_exec_cmd()
|
D | seagate.c | 1567 WRITE_DATA (IDENTIFY (1, lun)); in internal_command()
|
D | AM53C974.c | 1995 tmp[0] = IDENTIFY(0, cmd->lun); in AM53C974_select() 1997 tmp[0] = IDENTIFY(1, cmd->lun); in AM53C974_select()
|
D | 53c7,8xx.scr | 245 ; Release ACK on the IDENTIFY message _after_ we've set the synchronous 456 ; REQUEST SENSE. A message is sent (usually IDENTIFY, although
|
D | 53c7xx.c | 1670 unsigned char identify = IDENTIFY(0, 0); in NCR53c7xx_run_tests() 3389 IDENTIFY (1, cmd->lun) : IDENTIFY (0, cmd->lun); in create_cmd()
|
D | sim710.c | 966 IDENTIFY((opt_nodisc[hostdata->chip] & (1<<cmd->target)) ? 0 : 1 ,0); in run_command()
|
D | 53c7,8xx.c | 1914 unsigned char identify = IDENTIFY(0, 0); in NCR53c8xx_run_tests() 3722 IDENTIFY (1, cmd->lun) : IDENTIFY (0, cmd->lun); in create_cmd()
|
D | 53c7xx.scr | 338 ; Release ACK on the IDENTIFY message _after_ we've set the synchronous 573 ; REQUEST SENSE. A message is sent (usually IDENTIFY, although
|
D | aha152x.c | 2183 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->lun)); 2503 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->lun));
|
D | atari_NCR5380.c | 1683 tmp[0] = IDENTIFY(1, cmd->lun); in NCR5380_select()
|
D | mac_NCR5380.c | 1687 tmp[0] = IDENTIFY(1, cmd->lun); in NCR5380_select()
|
D | scsiiom.c | 65 DC390_write8 (ScsiFifo, IDENTIFY(disc_allowed, pDCB->TargetLUN)); in dc390_StartSCSI()
|
D | sun3_NCR5380.c | 1673 tmp[0] = IDENTIFY(1, cmd->lun); in NCR5380_select()
|
D | NCR5380.c | 1709 tmp[0] = IDENTIFY(((instance->irq == SCSI_IRQ_NONE) ? 0 : 1), cmd->lun); in NCR5380_select()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 237 * reselected, but haven't seen an IDENTIFY message from the target yet. 985 or SEQ_FLAGS,IDENTIFY_SEEN; /* make note of IDENTIFY */ 1144 * Assert that if we've been reselected, then we've seen an IDENTIFY 1148 test SEQ_FLAGS,IDENTIFY_SEEN jnz return; /* seen IDENTIFY? */
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 246 * Our first message must be one of IDENTIFY, ABORT, or 334 * reselected, but haven't seen an IDENTIFY message from the target yet. 1934 clr SEQ_FLAGS; /* make note of IDENTIFY */
|
/linux-2.4.37.9/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 1275 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++; in nspintr()
|
12