Lines Matching defs:sxfer
1162 ** Load the actual values for the sxfer and the scntl3
1165 ** SCR_COPY (1), @(sval field of this tcb), @(sxfer register)
1410 ** sync_st 1 (0x05) sxfer
1933 static void ncr_setsync (struct ncb *np, struct ccb *cp, u_char scntl3, u_char sxfer);
5411 ** Returns the clock factor (in sxfer) and scntl3
5421 u_long fak; /* Sync factor in sxfer */
5521 static void ncr_setsync (struct ncb *np, struct ccb *cp, u_char scntl3, u_char sxfer)
5532 if (!scntl3 || !(sxfer & 0x1f))
5542 if ((sxfer & 0x1f) && idiv)
5543 tp->period = (((sxfer>>5)+4)*div_10M[idiv-1])/np->clock_khz;
5548 if (tp->sval == sxfer && tp->wval == scntl3)
5550 tp->sval = sxfer;
5553 if (sxfer & 0x01f) {
5584 u_char sxfer;
5592 sxfer = ack ? 0 : tp->sval;
5597 if (tp->sval == sxfer && tp->wval == scntl3) return;
5598 tp->sval = sxfer;
5788 ** "ncr0 targ 0?: ERROR (ds:si) (so-si-sd) (sxfer/scntl3) @ name (dsp:dbc)."
5801 ** sxfer: (see the manual)
7413 ** COPY @(tp->sval), @(sxfer)