HomeSort by: relevance | last modified time | path
    Searched refs:SCSIID (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
aic6360reg.h 63 #define SCSIID 0x05 /* SCSI ID */
aic7xxx.c 615 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
617 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
943 printf("SCSIID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
945 ahc_inb(ahc, SCSIID), ahc_inb(ahc, SCB_SCSIID),
1529 printf("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n",
1532 hscb->scsiid,
2185 our_id = ahc_inb(ahc, SCSIID) & OID;
2243 our_id = SCSIID_OUR_ID(scb->hscb->scsiid);
2335 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
7173 u_int scsiid; local in function:ahc_update_scsiid
    [all...]
aic6360.c 359 bus_space_write_1(iot, ioh, SCSIID, sc->sc_initiator << OID_S);
711 bus_space_write_1(iot, ioh, SCSIID,
aic79xx.c 941 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
1082 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
2633 printf("scb:%p control:0x%x scsiid:0x%x lun:%d cdb_len:%d\n",
2636 hscb->scsiid,
3432 our_id = SCSIID_OUR_ID(scb->hscb->scsiid);
3546 printf("SCSIID = %x, target_mask = %x\n", scb->hscb->scsiid,
4707 ahd_busy_tcl(ahd, BUILD_TCL(scb->hscb->scsiid, devinfo->lun),
9406 ahd_outb(ahd, SCSIID, target);
9546 u_int scsiid; local in function:ahd_update_scsiid
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 217 and A, OID, SCSIID;
343 and A, OID, SCSIID;
379 and SCSIID, TWIN_TID|OID, SCB_SCSIID;
381 mov SCSIID, SCB_SCSIID;
aic7xxx.reg 183 register SCSIID {
aic7xxx_reg.h 61 ahc_print_register(NULL, 0, "SCSIID", 0x05, regvalue, cur_col, wrap)
1121 #define SCSIID 0x05
  /src/sys/dev/pci/
ahc_pci.c 918 our_id = ahc_inb(ahc, SCSIID) & OID;

Completed in 26 milliseconds