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".
266 calc_sync_xfer(unsigned int period, unsigned int offset, unsigned int fast,
274 if (offset && fast) {
275 fast = STR_FSS;
278 fast = 0;
283 result |= fast;
291 calc_sync_msg(unsigned int period, unsigned int offset, unsigned int fast,
299 if (offset && fast)
856 hostdata->fast,
1035 hostdata->fast,
1504 hostdata->fast = 0;
1862 * to be used with the resync: fast: ... options
1963 && check_setup_args("fast", &flags, &val, buf))
1964 hostdata->fast = !!val;
2017 * fast
2048 } else if (!strncmp(bp, "fast:", 5)) {
2050 if (x != hd->fast)
2052 hd->fast = x;
2084 " dma_mode=%02x fast=%d",
2085 hd->clock_freq, hd->no_sync, hd->no_dma, hd->dma_mode, hd->fast);