Searched refs:SCSIID (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.h21 #define SCSIID SELID /* SCSI ID */ macro
H A Daha152x.c811 SETPORT(SCSIID, setup->scsiid << 4);
1650 SETPORT(SCSIID, (shpnt->this_id << OID_) | CURRENT_SC->device->id);
1790 SETPORT(SCSIID, (shpnt->this_id << OID_) | target);
H A Daic7xxx_old.c7999 aic_outb(p, p->scsi_id_b, SCSIID);
8018 aic_outb(p, p->scsi_id, SCSIID);
9295 temp_p->scsi_id = aic_inb(temp_p, SCSIID) & OID;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/lsi/
H A Dmpi_init.h256 MPI_SCSI_IO32_BUS_TARGET_ID_FORM SCSIID; member in union:__anon5092
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h56 #define SCSIID 0x05 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c602 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
604 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
930 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
932 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
2191 our_id = ahc_inb(ahc, SCSIID) & OID;
2341 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
4148 /* Make the tag number, SCSIID, and lun invalid */
4501 ahc_outb(ahc, SCSIID, ahc->our_id_b);
4517 ahc_outb(ahc, SCSIID, ahc->our_id);
7011 ahc_outb(ahc, SCSIID, targe
[all...]
H A Daic7xxx_pci.c791 our_id = ahc_inb(ahc, SCSIID) & OID;
H A Daic79xx_core.c3702 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
9624 ahd_outb(ahd, SCSIID, target);
9767 * in SCSIID is not set to some other ID
9773 scsiid = ahd_inb(ahd, SCSIID);
9790 ahd_outb(ahd, SCSIID, scsiid);

Completed in 256 milliseconds