Home
last modified time | relevance | path

Searched refs:IDENTIFY (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.4.37.9/drivers/char/rio/
Dcontrol.h49 #define IDENTIFY ( CONTROL + 2 ) macro
Driowinif.h496 #define IDENTIFY 0x30 /* Driver->RIO Identify RTA */ macro
Driocmd.c249 CmdBlkP->Packet.data[0] = IDENTIFY;
/linux-2.4.37.9/Documentation/sound/
DESS186834 (IDENTIFY *)
DVIBRA1633 (IDENTIFY *)
DCMI833083 (IDENTIFY *)
/linux-2.4.37.9/drivers/scsi/
Dscsi.h170 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ macro
DNCR53C9x.c1080 *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()
Desp.c1606 *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()
Dseagate.c1567 WRITE_DATA (IDENTIFY (1, lun)); in internal_command()
DAM53C974.c1995 tmp[0] = IDENTIFY(0, cmd->lun); in AM53C974_select()
1997 tmp[0] = IDENTIFY(1, cmd->lun); in AM53C974_select()
D53c7,8xx.scr245 ; Release ACK on the IDENTIFY message _after_ we've set the synchronous
456 ; REQUEST SENSE. A message is sent (usually IDENTIFY, although
D53c7xx.c1670 unsigned char identify = IDENTIFY(0, 0); in NCR53c7xx_run_tests()
3389 IDENTIFY (1, cmd->lun) : IDENTIFY (0, cmd->lun); in create_cmd()
Dsim710.c966 IDENTIFY((opt_nodisc[hostdata->chip] & (1<<cmd->target)) ? 0 : 1 ,0); in run_command()
D53c7,8xx.c1914 unsigned char identify = IDENTIFY(0, 0); in NCR53c8xx_run_tests()
3722 IDENTIFY (1, cmd->lun) : IDENTIFY (0, cmd->lun); in create_cmd()
D53c7xx.scr338 ; Release ACK on the IDENTIFY message _after_ we've set the synchronous
573 ; REQUEST SENSE. A message is sent (usually IDENTIFY, although
Daha152x.c2183 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->lun));
2503 ADDMSGO(IDENTIFY(RECONNECT, CURRENT_SC->lun));
Datari_NCR5380.c1683 tmp[0] = IDENTIFY(1, cmd->lun); in NCR5380_select()
Dmac_NCR5380.c1687 tmp[0] = IDENTIFY(1, cmd->lun); in NCR5380_select()
Dscsiiom.c65 DC390_write8 (ScsiFifo, IDENTIFY(disc_allowed, pDCB->TargetLUN)); in dc390_StartSCSI()
Dsun3_NCR5380.c1673 tmp[0] = IDENTIFY(1, cmd->lun); in NCR5380_select()
DNCR5380.c1709 tmp[0] = IDENTIFY(((instance->irq == SCSI_IRQ_NONE) ? 0 : 1), cmd->lun); in NCR5380_select()
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx.seq237 * 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/
Daic7xxx.seq246 * 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/
Dnsp_cs.c1275 data->MsgBuffer[i] = IDENTIFY(TRUE, lun); i++; in nspintr()

12