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

/freebsd-10.0-release/sys/dev/aic/
H A Daic6360reg.h41 #define SCSIID 0x05 /* SCSI ID */ macro
H A Daic.c371 aic_outb(aic, SCSIID, aic->initiator << OID_S | scb->target);
1355 aic_outb(aic, SCSIID, aic->initiator << OID_S);
/freebsd-10.0-release/sys/dev/mpt/mpilib/
H A Dmpi_init.h285 MPI_SCSI_IO32_BUS_TARGET_ID_FORM SCSIID; member in union:__anon8886
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.seq219 and A, OID, SCSIID;
345 and A, OID, SCSIID;
382 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
384 mov SCSIID, SCB_SCSIID;
H A Daic7xxx.c619 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
621 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
947 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
949 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
2204 our_id = ahc_inb(ahc, SCSIID) & OID;
2354 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
4312 /* Make the tag number, SCSIID, and lun invalid */
4670 ahc_outb(ahc, SCSIID, ahc->our_id_b);
4686 ahc_outb(ahc, SCSIID, ahc->our_id);
7559 ahc_outb(ahc, SCSIID, targe
[all...]
H A Daic7xxx.reg183 register SCSIID {
H A Daic7xxx_pci.c874 our_id = ahc_inb(ahc, SCSIID) & OID;
H A Daic79xx.c3682 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
10084 ahd_outb(ahd, SCSIID, target);
10221 * in SCSIID is not set to some other ID
10227 scsiid = ahd_inb(ahd, SCSIID);
10244 ahd_outb(ahd, SCSIID, scsiid);

Completed in 176 milliseconds