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

/freebsd-11-stable/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-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_init.h285 MPI_SCSI_IO32_BUS_TARGET_ID_FORM SCSIID; member in union:__anon10934
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c618 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
620 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
946 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
948 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
2203 our_id = ahc_inb(ahc, SCSIID) & OID;
2353 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
4309 /* Make the tag number, SCSIID, and lun invalid */
4663 ahc_outb(ahc, SCSIID, ahc->our_id_b);
4679 ahc_outb(ahc, SCSIID, ahc->our_id);
7553 ahc_outb(ahc, SCSIID, targe
[all...]
H A Daic7xxx_pci.c874 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.c3674 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
10075 ahd_outb(ahd, SCSIID, target);
10212 * in SCSIID is not set to some other ID
10218 scsiid = ahd_inb(ahd, SCSIID);
10235 ahd_outb(ahd, SCSIID, scsiid);

Completed in 263 milliseconds