• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching defs:wide

660 	"led:"    "wide:"
1051 #define HS_NEGOTIATE (2) /* sync/wide data transfer*/
1199 ** register (sync/wide mode).
1244 ** negotiation of wide and synch transfer and device quirks.
1583 ** While negotiating sync or wide transfer,
1967 static void ncr_setwide (struct ncb *np, struct ccb *cp, u_char wide, u_char ack);
3959 ** Allow to override sync, wide and NOSCAN from
4058 /* negotiate wide transfers ? */
4092 "wide msgout":"sync_msgout", msgptr);
5266 ** Prepare the negotiation values for wide and
5315 ** widedone=0: has to negotiate wide transfer
5374 ** a target according to new sync/wide agreement.
5459 ** Switch wide mode for current job and it's target
5467 static void ncr_setwide (struct ncb *np, struct ccb *cp, u_char wide, u_char ack)
5478 tp->widedone = wide+1;
5479 scntl3 = (tp->wval & (~EWS)) | (wide ? EWS : 0);
5484 ** Stop there if sync/wide parameters are unchanged
5689 ** wide/fastmode:
6164 ** Check the sstat2 register in case of wide transfer.
6565 u_char chg, ofs, per, fak, wide;
6640 ** We try to negotiate sync and wide transfer only after
6855 ncr_print_msg(cp, "wide msgin", np->msgin);
6863 wide = np->msgin[3];
6867 ** it CAN transfer wide.
6870 if (wide && starget)
6877 if (wide > tp->usrwide)
6878 {chg = 1; wide = tp->usrwide;}
6881 PRINT_ADDR(cp->cmd, "wide: wide=%d chg=%d.\n", wide,
6900 spi_width(starget) = wide;
6901 ncr_setwide(np, cp, wide, 1);
6919 spi_width(starget) = wide;
6920 ncr_setwide(np, cp, wide, 1);
6921 spi_populate_width_msg(np->msgout, wide);
6928 ncr_print_msg(cp, "wide msgout", np->msgin);