Searched refs:SCSIID (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | aha152x.h | 64 #define SCSIID SELID /* SCSI ID */ macro
|
D | README.aha152x | 83 SCSIID for first and second controller
|
D | aha152x.c | 1310 SETPORT(SCSIID, setup[i].scsiid << 4); 2144 SETPORT(SCSIID, (shpnt->this_id << OID_) | CURRENT_SC->target); 2289 SETPORT(SCSIID, (shpnt->this_id << OID_) | target);
|
D | aic7xxx_old.c | 8467 aic_outb(p, p->scsi_id_b, SCSIID); in aic7xxx_register() 8486 aic_outb(p, p->scsi_id, SCSIID); in aic7xxx_register() 9884 temp_p->scsi_id = aic_inb(temp_p, SCSIID) & OID; in aic7xxx_detect()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 56 #define SCSIID 0x05 macro
|
D | aic7xxx.seq | 178 and SCSIID, OID; /* Clear old target */ 179 or SCSIID, A;
|
D | aic7xxx.reg | 173 register SCSIID {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 600 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint() 928 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint() 2184 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_fetch_devinfo() 4593 ahc_outb(ahc, SCSIID, ahc->our_id_b); in ahc_chip_init() 4609 ahc_outb(ahc, SCSIID, ahc->our_id); in ahc_chip_init() 7109 ahc_outb(ahc, SCSIID, target); in ahc_handle_en_lun() 7264 scsiid = ahc_inb(ahc, SCSIID); in ahc_update_scsiid() 7281 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 | 1114 #define SCSIID 0x05 macro
|
D | aic7xxx_pci.c | 871 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_config()
|
D | aic7xxx.reg | 183 register SCSIID {
|
D | aic79xx_core.c | 9215 ahd_outb(ahd, SCSIID, target); in ahd_handle_en_lun() 9369 scsiid = ahd_inb(ahd, SCSIID); in ahd_update_scsiid() 9386 ahd_outb(ahd, SCSIID, scsiid); in ahd_update_scsiid()
|
D | aic79xx.reg | 1315 * Scb offset to the value to place in the SCSIID register
|