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

  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 210 and SAVED_SCSIID, SELID_MASK, SELID;
219 or SAVED_SCSIID, A;
222 or SAVED_SCSIID, TWIN_CHNLB;
225 mov CCSCBRAM, SAVED_SCSIID;
227 mov DFDAT, SAVED_SCSIID;
339 and SAVED_SCSIID, SELID_MASK, SELID;
345 or SAVED_SCSIID, A;
348 or SAVED_SCSIID, TWIN_CHNLB;
439 mov SAVED_SCSIID, SCB_SCSIID;
1819 shr SINDEX, 4, SAVED_SCSIID;
    [all...]
aic79xx.seq 507 and SAVED_SCSIID, SELID_MASK, SELID;
509 or SAVED_SCSIID, A;
662 mov SAVED_SCSIID, SCB_SCSIID;
866 shr NEGOADDR, 4, SAVED_SCSIID;
904 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN);
938 mov A, SAVED_SCSIID;
1101 INDEX_DISC_LIST(SAVED_SCSIID, SAVED_LUN);
aic7xxx.reg 1357 SAVED_SCSIID {
aic7xxx_reg.h 313 ahc_print_register(NULL, 0, "SAVED_SCSIID", 0x3d, regvalue, cur_col, wrap)
1337 #define SAVED_SCSIID 0x3d
aic79xx.reg 3596 SAVED_SCSIID {
aic79xx_reg.h 2035 ahd_print_register(NULL, 0, "SAVED_SCSIID", 0x134, regvalue, cur_col, wrap)
3556 #define SAVED_SCSIID 0x134
  /src/sys/dev/ic/
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...]
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...]

Completed in 393 milliseconds