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

/freebsd-12-stable/sys/dev/aic/
H A Daic6360reg.h43 #define SCSIID 0x05 /* SCSI ID */ macro
H A Daic.c373 aic_outb(aic, SCSIID, aic->initiator << OID_S | scb->target);
1357 aic_outb(aic, SCSIID, aic->initiator << OID_S);
/freebsd-12-stable/sys/dev/mpt/mpilib/
H A Dmpi_init.h287 MPI_SCSI_IO32_BUS_TARGET_ID_FORM SCSIID; member in union:__anon14217
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx.c620 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
622 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
948 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
950 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
2205 our_id = ahc_inb(ahc, SCSIID) & OID;
2355 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
4311 /* Make the tag number, SCSIID, and lun invalid */
4665 ahc_outb(ahc, SCSIID, ahc->our_id_b);
4681 ahc_outb(ahc, SCSIID, ahc->our_id);
7555 ahc_outb(ahc, SCSIID, targe
[all...]
H A Daic7xxx_pci.c876 our_id = ahc_inb(ahc, SCSIID) & OID;
H A Daic7xxx_reg.h63 ahc_print_register(NULL, 0, "SCSIID", 0x05, regvalue, cur_col, wrap)
1116 #define SCSIID 0x05 macro
H A Daic79xx.c3676 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
10077 ahd_outb(ahd, SCSIID, target);
10214 * in SCSIID is not set to some other ID
10220 scsiid = ahd_inb(ahd, SCSIID);
10237 ahd_outb(ahd, SCSIID, scsiid);

Completed in 110 milliseconds