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

  /src/sys/dev/ic/
aic6360reg.h 64 #define SELID 0x05 /* Selection/Reselection ID */
aic6360.c 727 u_char selid, target, lun; local in function:aic_reselect
737 selid = sc->sc_selid & ~(1 << sc->sc_initiator);
738 if (selid & (selid - 1)) {
740 "reselect with invalid selid %02x; "
741 "sending DEVICE RESET\n", selid);
751 target = ffs(selid) - 1;
1785 sc->sc_selid = bus_space_read_1(iot, ioh, SELID);
aic79xx.c 1244 ahd_name(ahd), 'A', ahd_inb(ahd, SELID) >> 4);
1256 printf("SELID == 0x%x, SCB_SCSIID == 0x%x, SCB_LUN == 0x%x, "
1258 ahd_inb(ahd, SELID), ahd_inb_scbram(ahd, SCB_SCSIID),
  /src/sys/dev/microcode/aic7xxx/
aic7xxx.seq 210 and SAVED_SCSIID, SELID_MASK, SELID;
339 and SAVED_SCSIID, SELID_MASK, SELID;
aic7xxx.reg 446 register SELID {
aic7xxx_reg.h 201 ahc_print_register(NULL, 0, "SELID", 0x19, regvalue, cur_col, wrap)
1239 #define SELID 0x19
aic79xx.seq 507 and SAVED_SCSIID, SELID_MASK, SELID;
aic79xx.reg 1779 register SELID {
aic79xx_reg.h 516 ahd_print_register(NULL, 0, "SELID", 0x49, regvalue, cur_col, wrap)
2692 #define SELID 0x49

Completed in 29 milliseconds