Searched refs:buswidth (Results 1 – 4 of 4) sorted by relevance
218 int i, j, buswidth; in siop_reset() local294 buswidth = (sc->sc_c.features & SF_BUS_WIDE) ? 16 : 8; in siop_reset()295 for (i = 0; i < buswidth; i++) { in siop_reset()1251 int target, lun, tag, buswidth; in siop_handle_reset() local1263 buswidth = (sc->sc_c.features & SF_BUS_WIDE) ? 16 : 8; in siop_handle_reset()1264 for (target = 0; target < buswidth; target++) { in siop_handle_reset()2057 int i, ntargets, buswidth; in siop_add_dev() local2074 buswidth = (sc->sc_c.features & SF_BUS_WIDE) ? 16 : 8; in siop_add_dev()2075 ntargets = (buswidth - 1) - 1 - sc->sc_ntargets; in siop_add_dev()
58 int error, i, buswidth; in siop_common_attach() local105 buswidth = (sc->features & SF_BUS_WIDE) ? 16 : 8; in siop_common_attach()107 if (sc->sc_id == 0 || sc->sc_id >= buswidth) in siop_common_attach()
128 u_int8_t buswidth; member
325 sc->ndrives = inq->buswidth? inq->buswidth : 256; in ciss_attach()