Searched refs:selid (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/esp/
H A Dncr53c9x.c1659 uint8_t lun, selid, target; local
1672 selid = sc->sc_selid & ~(1 << sc->sc_id);
1673 if (selid & (selid - 1)) {
1675 "selid %02x; sending DEVICE RESET\n", selid);
1679 target = ffs(selid) - 1;
1817 * then first byte is selid, and then message
2732 NCR_INTS(("selid=%02x ", sc->sc_selid));

Completed in 89 milliseconds