Lines Matching full: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 */ member
481 /* current synchronous transfer agreements */
566 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous) macro
763 SYNCHRONOUS = setup->synchronous; in aha152x_probe_one()
791 "synchronous=%s, " in aha152x_probe_one()
801 SYNCHRONOUS ? "enabled" : "disabled", in aha152x_probe_one()
1564 } else if (SYNCNEG==0 && SYNCHRONOUS) { in seldo_run()
1670 * - clear synchronous transfer agreements on BUS RESET
1745 "Synchronous Data Transfer Request" in msgi_run()
1776 if (!HOSTDATA(shpnt)->synchronous) in msgi_run()
1791 "received Synchronous Data Transfer Request invalid - rejected\n"); in msgi_run()
1816 "Synchronous Data Transfer Request too slow - Rejecting\n"); in msgi_run()
1921 "Synchronous Data Transfer Request was rejected\n"); in msgo_end()
2873 seq_printf(m, "synchronous transfers %s\n", in aha152x_show_info()
2874 SYNCHRONOUS ? "enabled" : "disabled"); in aha152x_show_info()
2877 if(SYNCHRONOUS) { in aha152x_show_info()
3104 if ((setup->synchronous < 0) || (setup->synchronous > 1)) in checksetup()
3149 override.synchronous, in aha152x_init()
3170 override.synchronous, in aha152x_init()
3188 setup[setup_count].synchronous = aha152x[5]; in aha152x_init()
3198 setup[setup_count].synchronous = sync[0]; in aha152x_init()
3212 setup[setup_count].synchronous, in aha152x_init()
3225 setup[setup_count].synchronous = aha152x1[5]; in aha152x_init()
3235 setup[setup_count].synchronous = sync[1]; in aha152x_init()
3248 setup[setup_count].synchronous, in aha152x_init()
3281 setup[setup_count].synchronous = 1; in aha152x_init()
3349 setup[setup_count].synchronous = conf.cf_syncneg; in aha152x_init()
3420 setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 1; in aha152x_setup()
3425 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n"); in aha152x_setup()