Searched refs:SCSIID_ULTRA2 (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 128 #define SCSIID_ULTRA2 0x0f macro
|
D | aic7xxx.seq | 174 and SCSIID_ULTRA2, OID; /* Clear old target */ 175 or SCSIID_ULTRA2, A;
|
D | aic7xxx.reg | 330 register SCSIID_ULTRA2 {
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h | 1190 #define SCSIID_ULTRA2 0x0f macro
|
D | aic7xxx.seq | 215 and A, OID, SCSIID_ULTRA2; 341 and A, OID, SCSIID_ULTRA2; 377 mov SCSIID_ULTRA2, SCB_SCSIID;
|
D | aic7xxx_core.c | 2182 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_fetch_devinfo() 4607 ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id); in ahc_chip_init() 7262 scsiid = ahc_inb(ahc, SCSIID_ULTRA2); in ahc_update_scsiid() 7279 ahc_outb(ahc, SCSIID_ULTRA2, scsiid); in ahc_update_scsiid()
|
D | aic7xxx_pci.c | 869 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config()
|
D | aic7xxx.reg | 355 register SCSIID_ULTRA2 {
|
D | aic79xx_core.c | 9367 scsiid = ahd_inb(ahd, SCSIID_ULTRA2); in ahd_update_scsiid() 9384 ahd_outb(ahd, SCSIID_ULTRA2, scsiid); in ahd_update_scsiid()
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 8482 aic_outb(p, p->scsi_id, SCSIID_ULTRA2); in aic7xxx_register() 9882 temp_p->scsi_id = aic_inb(temp_p, SCSIID_ULTRA2) & OID; in aic7xxx_detect()
|