Lines Matching refs:synchronous
49 * - default to synchronous operation
50 * - synchronous negotiation fixed
55 * - synchronous operation works
98 * - started synchronous data transfers (not working yet)
313 syncneg = 0x0100, /* synchronous negotiation in progress */
362 MODULE_PARM_DESC(sync,"use synchronous transfers");
464 int synchronous; /* synchronous transferes enabled */
481 /* current synchronous transfer agreements */
566 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous)
763 SYNCHRONOUS = setup->synchronous;
791 "synchronous=%s, "
1670 * - clear synchronous transfer agreements on BUS RESET
1776 if (!HOSTDATA(shpnt)->synchronous)
2873 seq_printf(m, "synchronous transfers %s\n",
3104 if ((setup->synchronous < 0) || (setup->synchronous > 1))
3149 override.synchronous,
3170 override.synchronous,
3188 setup[setup_count].synchronous = aha152x[5];
3198 setup[setup_count].synchronous = sync[0];
3212 setup[setup_count].synchronous,
3225 setup[setup_count].synchronous = aha152x1[5];
3235 setup[setup_count].synchronous = sync[1];
3248 setup[setup_count].synchronous,
3281 setup[setup_count].synchronous = 1;
3349 setup[setup_count].synchronous = conf.cf_syncneg;
3420 setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 1;