Home
last modified time | relevance | path

Searched refs:SCSIID (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/dev/ic/
H A Daic6360reg.h64 #define SCSIID 0x05 /* SCSI ID */ macro
H A Daic7xxx.c646 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 Daic6360.c335 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 Daic79xx.c9483 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 Daic7xxx.seq220 and A, OID, SCSIID;
346 and A, OID, SCSIID;
383 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
385 mov SCSIID, SCB_SCSIID;
H A Daic7xxx_reg.h1115 #define SCSIID 0x05 macro
H A Daic79xx.reg1309 * Scb offset to the value to place in the SCSIID register
3795 * Saved SCSIID of MK_MESSAGE_SCB to avoid
H A Daic7xxx.reg184 register SCSIID {
/openbsd/sys/dev/pci/
H A Dahc_pci.c869 our_id = ahc_inb(ahc, SCSIID) & OID; in ahc_pci_attach()