Searched refs:maxwide (Results 1 – 1 of 1) sorted by relevance
1598 u_char maxwide; /* Maximum transfer width */ member2480 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in sym_prepare_setting()2726 tp->tinfo.user.width = np->maxwide ? BUS_16_BIT : BUS_8_BIT; in sym_prepare_setting()5724 if (wide > np->maxwide) in sym_ppr_nego()5725 {chg = 1; wide = np->maxwide;} in sym_ppr_nego()5860 if (wide > np->maxwide) in sym_wide_nego()5861 {chg = 1; wide = np->maxwide;} in sym_wide_nego()8168 if (tip->width > np->maxwide)8169 tip->width = np->maxwide;