Lines Matching refs:opts
1944 static void sym_settrans(struct sym_hcb *np, int target, u_char opts, u_char ofs, argument
1995 if (opts) {
2137 sym_setpprot(struct sym_hcb *np, int target, u_char opts, u_char ofs, argument
2143 sym_settrans(np, target, opts, ofs, per, wide, div, fak);
2152 spi_iu(starget) = tp->tgoal.iu = !!(opts & PPR_OPT_IU);
2153 spi_dt(starget) = tp->tgoal.dt = !!(opts & PPR_OPT_DT);
2154 spi_qas(starget) = tp->tgoal.qas = !!(opts & PPR_OPT_QAS);
4082 unsigned char opts = np->msgin[7] & PPR_OPT_MASK; local
4096 opts = 0;
4098 if (opts != (np->msgin[7] & PPR_OPT_MASK))
4101 dt = opts & PPR_OPT_DT;
4136 sym_setpprot(np, target, opts, ofs, per, wide, div, fak);
4147 spi_populate_ppr_msg(np->msgout, per, ofs, wide, opts);
4163 if (!req && !opts) {