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

/linux-4.4.14/drivers/scsi/
H A Daha152x.h21 #define SCSIID SELID /* SCSI ID */ macro
H A Daha152x.c758 SETPORT(SCSIID, setup->scsiid << 4); aha152x_probe_one()
1499 SETPORT(SCSIID, (shpnt->this_id << OID_) | CURRENT_SC->device->id); busfree_run()
1630 SETPORT(SCSIID, (shpnt->this_id << OID_) | target); seldi_run()
/linux-4.4.14/drivers/message/fusion/lsi/
H A Dmpi_init.h258 MPI_SCSI_IO32_BUS_TARGET_ID_FORM SCSIID; member in union:__anon6272
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1179 printk("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, " ahc_handle_seqint()
1181 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), ahc_handle_seqint()
1508 printk("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, " ahc_handle_seqint()
1510 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), ahc_handle_seqint()
2790 our_id = ahc_inb(ahc, SCSIID) & OID; ahc_fetch_devinfo()
2940 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, ahc_setup_initiator_msgout()
4753 /* Make the tag number, SCSIID, and lun invalid */ ahc_build_free_scb_list()
5103 ahc_outb(ahc, SCSIID, ahc->our_id_b); ahc_chip_init()
5119 ahc_outb(ahc, SCSIID, ahc->our_id); ahc_chip_init()
7628 ahc_outb(ahc, SCSIID, target); ahc_handle_en_lun()
7777 * in SCSIID is not set to some other ID ahc_update_scsiid()
7783 scsiid = ahc_inb(ahc, SCSIID); ahc_update_scsiid()
7800 ahc_outb(ahc, SCSIID, scsiid); ahc_update_scsiid()
H A Daic7xxx.h463 /*25*/ uint8_t scsiid; /* what to load in the SCSIID register */
H A Daic7xxx_pci.c798 our_id = ahc_inb(ahc, SCSIID) & OID; ahc_pci_config()
H A Daic79xx_core.c4498 printk("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid, ahd_setup_initiator_msgout()
10501 ahd_outb(ahd, SCSIID, target); ahd_handle_en_lun()
10644 * in SCSIID is not set to some other ID ahd_update_scsiid()
10650 scsiid = ahd_inb(ahd, SCSIID); ahd_update_scsiid()
10667 ahd_outb(ahd, SCSIID, scsiid); ahd_update_scsiid()

Completed in 471 milliseconds