Lines Matching defs:sxfer
1164 ** Load the actual values for the sxfer and the scntl3
1167 ** SCR_COPY (1), @(sval field of this tcb), @(sxfer register)
1412 ** sync_st 1 (0x05) sxfer
1930 static void ncr_setsync (struct ncb *np, struct ccb *cp, u_char scntl3, u_char sxfer);
5270 ** Returns the clock factor (in sxfer) and scntl3
5280 u_long fak; /* Sync factor in sxfer */
5355 static void ncr_setsync (struct ncb *np, struct ccb *cp, u_char scntl3, u_char sxfer)
5366 if (!scntl3 || !(sxfer & 0x1f))
5376 if ((sxfer & 0x1f) && idiv)
5377 tp->period = (((sxfer>>5)+4)*div_10M[idiv-1])/np->clock_khz;
5382 if (tp->sval == sxfer && tp->wval == scntl3)
5384 tp->sval = sxfer;
5387 if (sxfer & 0x01f) {
5418 u_char sxfer;
5426 sxfer = ack ? 0 : tp->sval;
5431 if (tp->sval == sxfer && tp->wval == scntl3) return;
5432 tp->sval = sxfer;
5622 ** "ncr0 targ 0?: ERROR (ds:si) (so-si-sd) (sxfer/scntl3) @ name (dsp:dbc)."
5635 ** sxfer: (see the manual)
7247 ** COPY @(tp->sval), @(sxfer)