Home
last modified time | relevance | path

Searched refs:SCSIID_ULTRA2 (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/scsi/aic7xxx_old/
Daic7xxx_reg.h128 #define SCSIID_ULTRA2 0x0f macro
Daic7xxx.seq174 and SCSIID_ULTRA2, OID; /* Clear old target */
175 or SCSIID_ULTRA2, A;
Daic7xxx.reg330 register SCSIID_ULTRA2 {
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_reg.h1190 #define SCSIID_ULTRA2 0x0f macro
Daic7xxx.seq215 and A, OID, SCSIID_ULTRA2;
341 and A, OID, SCSIID_ULTRA2;
377 mov SCSIID_ULTRA2, SCB_SCSIID;
Daic7xxx_core.c2182 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()
Daic7xxx_pci.c869 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_config()
Daic7xxx.reg355 register SCSIID_ULTRA2 {
Daic79xx_core.c9367 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/
Daic7xxx_old.c8482 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()