Searched refs:SCSIID_ULTRA2 (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | ahc_pci.c | 867 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_pci_attach()
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx_reg.h | 1191 #define SCSIID_ULTRA2 0x0f macro
|
H A D | aic7xxx.seq | 218 and A, OID, SCSIID_ULTRA2; 344 and A, OID, SCSIID_ULTRA2; 381 mov SCSIID_ULTRA2, SCB_SCSIID;
|
H A D | aic7xxx.reg | 356 register SCSIID_ULTRA2 {
|
/openbsd/sys/dev/ic/ |
H A D | aic7xxx.c | 2225 our_id = ahc_inb(ahc, SCSIID_ULTRA2) & OID; in ahc_fetch_devinfo() 4482 ahc_outb(ahc, SCSIID_ULTRA2, ahc->our_id); in ahc_chip_init() 7035 scsiid = ahc_inb(ahc, SCSIID_ULTRA2); in ahc_update_scsiid() 7052 ahc_outb(ahc, SCSIID_ULTRA2, scsiid); in ahc_update_scsiid()
|
H A D | aic79xx.c | 9630 scsiid = ahd_inb(ahd, SCSIID_ULTRA2); in ahd_update_scsiid() 9647 ahd_outb(ahd, SCSIID_ULTRA2, scsiid); in ahd_update_scsiid()
|