Lines Matching refs:fast
44 * almost as fast while being much easier to define, track,
128 * - fast:x -x = 1 to enable Fast SCSI, which is only effective with
131 * present, same as "fast:1".
326 calc_sync_xfer(unsigned int period, unsigned int offset, unsigned int fast,
334 if (offset && fast) {
335 fast = STR_FSS;
338 fast = 0;
343 result |= fast;
351 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast,
359 if (offset && fast)
913 hostdata->fast,
1092 hostdata->fast,
1558 hostdata->fast = 0;
1916 * to be used with the resync: fast: ... options
2017 && check_setup_args("fast", &flags, &val, buf))
2018 hostdata->fast = !!val;
2071 * fast
2102 } else if (!strncmp(bp, "fast:", 5)) {
2104 if (x != hd->fast)
2106 hd->fast = x;
2138 " dma_mode=%02x fast=%d",
2139 hd->clock_freq, hd->no_sync, hd->no_dma, hd->dma_mode, hd->fast);