Searched refs:SCSIID (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | aic6360reg.h | 64 #define SCSIID 0x05 /* SCSI ID */ macro
|
H A D | aic7xxx.c | 646 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint() 973 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID), in ahc_handle_seqint() 2227 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_fetch_devinfo() 4468 ahc_outb(ahc, SCSIID, ahc->our_id_b); in ahc_chip_init() 4484 ahc_outb(ahc, SCSIID, ahc->our_id); in ahc_chip_init() 6882 ahc_outb(ahc, SCSIID, target); in ahc_handle_en_lun() 7037 scsiid = ahc_inb(ahc, SCSIID); in ahc_update_scsiid() 7054 ahc_outb(ahc, SCSIID, scsiid); in ahc_update_scsiid()
|
H A D | aic6360.c | 335 bus_space_write_1(iot, ioh, SCSIID, sc->sc_initiator << OID_S); in aic_reset() 603 bus_space_write_1(iot, ioh, SCSIID, in aic_select()
|
H A D | aic79xx.c | 9483 ahd_outb(ahd, SCSIID, target); in ahd_handle_en_lun() 9632 scsiid = ahd_inb(ahd, SCSIID); in ahd_update_scsiid() 9649 ahd_outb(ahd, SCSIID, scsiid); in ahd_update_scsiid()
|
/openbsd/sys/dev/microcode/aic7xxx/ |
H A D | aic7xxx.seq | 220 and A, OID, SCSIID; 346 and A, OID, SCSIID; 383 and SCSIID, TWIN_TID|OID, SCB_SCSIID; 385 mov SCSIID, SCB_SCSIID;
|
H A D | aic7xxx_reg.h | 1115 #define SCSIID 0x05 macro
|
H A D | aic79xx.reg | 1309 * Scb offset to the value to place in the SCSIID register 3795 * Saved SCSIID of MK_MESSAGE_SCB to avoid
|
H A D | aic7xxx.reg | 184 register SCSIID {
|
/openbsd/sys/dev/pci/ |
H A D | ahc_pci.c | 869 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_attach()
|