HomeSort by: relevance | last modified time | path
    Searched defs:saved_scsiid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xx.c 344 ahd_outb(ahd, SAVED_SCSIID, 0xFF);
941 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
1082 ahd_outb(ahd, SAVED_SCSIID, scb->hscb->scsiid);
1245 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
1247 ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN),
1253 BUILD_TCL(ahd_inb(ahd, SAVED_SCSIID),
1295 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)),
1307 SCSIID_TARGET(ahd, ahd_inb(ahd, SAVED_SCSIID)),
2118 u_int saved_scsiid; local in function:ahd_handle_nonpkt_busfree
2132 saved_scsiid = ahd_inb(ahd, SAVED_SCSIID)
3354 u_int saved_scsiid; local in function:ahd_fetch_devinfo
    [all...]
aic7xxx.c 285 ahc_outb(ahc, SAVED_SCSIID, 0xFF);
604 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
606 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
612 BUILD_TCL(ahc_inb(ahc, SAVED_SCSIID),
931 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
933 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
939 BUILD_TCL(ahc_inb(ahc, SAVED_SCSIID),
1097 SCSIID_TARGET(ahc, ahc_inb(ahc, SAVED_SCSIID)));
1211 u_int saved_scsiid; local in function:ahc_handle_scsiint
1243 saved_scsiid = ahc_inb(ahc, SAVED_SCSIID)
2167 u_int saved_scsiid; local in function:ahc_fetch_devinfo
    [all...]

Completed in 15 milliseconds