Searched refs:selid (Results 1 – 3 of 3) sorted by relevance
426 u_int8_t selid; in aic_reselected() local440 selid = aic_inb(aic, SELID) & ~(1 << aic->initiator); in aic_reselected()441 if (selid & (selid - 1)) { in aic_reselected()443 printf("aic_reselected: invalid selid %x\n", selid); in aic_reselected()449 aic->target = ffs(selid) - 1; in aic_reselected()
757 CORE_ADDR selid; in end_msglist() local762 selid = lookup_child_selector(p); in end_msglist()763 if (!selid) in end_msglist()765 write_exp_elt_longcst (selid); in end_msglist()
1657 uint8_t lun, selid, target; in ncr53c9x_reselect() local1670 selid = sc->sc_selid & ~(1 << sc->sc_id); in ncr53c9x_reselect()1671 if (selid & (selid - 1)) { in ncr53c9x_reselect()1673 "selid %02x; sending DEVICE RESET\n", selid); in ncr53c9x_reselect()1677 target = ffs(selid) - 1; in ncr53c9x_reselect()