Searched refs:SCSIID (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | aha152x.h | 22 #define SCSIID SELID /* SCSI ID */ macro
|
D | aha152x.c | 768 SETPORT(SCSIID, setup->scsiid << 4); in aha152x_probe_one() 1516 SETPORT(SCSIID, (shpnt->this_id << OID_) | CURRENT_SC->device->id); in busfree_run() 1654 SETPORT(SCSIID, (shpnt->this_id << OID_) | target); in seldi_run()
|
/linux-6.1.9/drivers/message/fusion/lsi/ |
D | mpi_init.h | 259 MPI_SCSI_IO32_BUS_TARGET_ID_FORM SCSIID; member
|
/linux-6.1.9/Documentation/scsi/ |
D | aha152x.rst | 101 SCSIID for first and second controller
|
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1174 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint() 1502 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint() 2765 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_fetch_devinfo() 5059 ahc_outb(ahc, SCSIID, ahc->our_id_b); in ahc_chip_init() 5075 ahc_outb(ahc, SCSIID, ahc->our_id); in ahc_chip_init() 7558 ahc_outb(ahc, SCSIID, target); in ahc_handle_en_lun() 7713 scsiid = ahc_inb(ahc, SCSIID); in ahc_update_scsiid() 7730 ahc_outb(ahc, SCSIID, scsiid); in ahc_update_scsiid()
|
D | aic7xxx.seq | 217 and A, OID, SCSIID; 343 and A, OID, SCSIID; 379 and SCSIID, TWIN_TID|OID, SCB_SCSIID; 381 mov SCSIID, SCB_SCSIID;
|
D | aic7xxx_reg.h_shipped | 239 #define SCSIID 0x05
|
D | aic7xxx_pci.c | 791 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
|
D | aic79xx.reg | 1379 * Scb offset to the value to place in the SCSIID register 4059 * Saved SCSIID of MK_MESSAGE_SCB to avoid
|
D | aic7xxx.reg | 196 register SCSIID {
|
D | aic79xx_core.c | 10403 ahd_outb(ahd, SCSIID, target); in ahd_handle_en_lun() 10552 scsiid = ahd_inb(ahd, SCSIID); in ahd_update_scsiid() 10569 ahd_outb(ahd, SCSIID, scsiid); in ahd_update_scsiid()
|