Home
last modified time | relevance | path

Searched refs:maxwide (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sym/
H A Dsym_hipd.c1592 u_char maxwide; /* Maximum transfer width */ member
2476 np->maxwide = (np->features & FE_WIDE)? 1 : 0; in sym_prepare_setting()
2722 tp->tinfo.user.width = np->maxwide ? BUS_16_BIT : BUS_8_BIT; in sym_prepare_setting()
5720 if (wide > np->maxwide) in sym_ppr_nego()
5721 {chg = 1; wide = np->maxwide;} in sym_ppr_nego()
5856 if (wide > np->maxwide) in sym_wide_nego()
5857 {chg = 1; wide = np->maxwide;} in sym_wide_nego()
8168 if (tip->width > np->maxwide)
8169 tip->width = np->maxwide;