Lines Matching refs:wide
1945 u_char per, u_char wide, u_char div, u_char fak) argument
1987 if (wide != 0)
2075 static void sym_setwide(struct sym_hcb *np, int target, u_char wide) argument
2080 sym_settrans(np, target, 0, 0, 0, wide, 0, 0);
2082 if (wide)
2087 tp->tgoal.width = wide;
2090 spi_width(starget) = wide;
2109 u_char wide = (tp->head.wval & EWS) ? BUS_16_BIT : BUS_8_BIT; local
2111 sym_settrans(np, target, 0, ofs, per, wide, div, fak);
2113 if (wide)
2138 u_char per, u_char wide, u_char div, u_char fak) argument
2143 sym_settrans(np, target, opts, ofs, per, wide, div, fak);
2145 if (wide || ofs)
2149 spi_width(starget) = tp->tgoal.width = wide;
4080 unsigned char wide = np->msgin[6]; local
4090 if (wide > np->maxwide) {
4092 wide = np->maxwide;
4094 if (!wide || !(np->features & FE_U3EN))
4135 sym_setpprot(np, target, opts, ofs, per, wide, div, fak);
4146 spi_populate_ppr_msg(np->msgout, per, ofs, wide, opts);
4165 tp->tgoal.width = wide;
4212 u_char chg, wide; local
4222 wide = np->msgin[3];
4227 if (wide > np->maxwide) {
4229 wide = np->maxwide;
4234 wide, chg);
4247 sym_setwide (np, target, wide);
4258 spi_populate_width_msg(np->msgout, wide);