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)
310 syncneg = 0x0100, /* synchronous negotiation in progress */
344 MODULE_PARM_DESC(sync,"use synchronous transfers");
446 int synchronous; /* synchronous transferes enabled */
463 /* current synchronous transfer agreements */
548 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous)
744 SYNCHRONOUS = setup->synchronous;
772 "synchronous=%s, "
1631 * - clear synchronous transfer agreements on BUS RESET
1734 if (!HOSTDATA(shpnt)->synchronous)
2821 seq_printf(m, "synchronous transfers %s\n",
3051 if ((setup->synchronous < 0) || (setup->synchronous > 1))
3096 override.synchronous,
3117 override.synchronous,
3135 setup[setup_count].synchronous = aha152x[5];
3145 setup[setup_count].synchronous = sync[0];
3159 setup[setup_count].synchronous,
3172 setup[setup_count].synchronous = aha152x1[5];
3182 setup[setup_count].synchronous = sync[1];
3195 setup[setup_count].synchronous,
3228 setup[setup_count].synchronous = 1;
3296 setup[setup_count].synchronous = conf.cf_syncneg;
3367 setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 1;