BUS_8_BIT
tp->tinfo.user.width = np->maxwide ? BUS_16_BIT : BUS_8_BIT;
tp->tinfo.current.width = BUS_8_BIT;
else if (tp->tinfo.current.width != BUS_8_BIT)
tp->tinfo.current.width = BUS_8_BIT;
tp->tinfo.current.width = tp->tinfo.goal.width = BUS_8_BIT;
tp->tinfo.user.width = tn->bus_width == 0x10 ? BUS_16_BIT : BUS_8_BIT;
(tn->flags & TEKRAM_WIDE_NEGO) ? BUS_16_BIT : BUS_8_BIT;