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)
310 syncneg = 0x0100, /* synchronous negotiation in progress */
344 MODULE_PARM_DESC(sync,"use synchronous transfers");
446 int synchronous; /* synchronous transferes enabled */ member
463 /* current synchronous transfer agreements */
548 #define SYNCHRONOUS (HOSTDATA(shpnt)->synchronous) macro
744 SYNCHRONOUS = setup->synchronous; in aha152x_probe_one()
772 "synchronous=%s, " in aha152x_probe_one()
782 SYNCHRONOUS ? "enabled" : "disabled", in aha152x_probe_one()
1530 } else if (SYNCNEG==0 && SYNCHRONOUS) { in seldo_run()
1631 * - clear synchronous transfer agreements on BUS RESET
1703 "Synchronous Data Transfer Request" in msgi_run()
1734 if (!HOSTDATA(shpnt)->synchronous) in msgi_run()
1749 "received Synchronous Data Transfer Request invalid - rejected\n"); in msgi_run()
1774 "Synchronous Data Transfer Request too slow - Rejecting\n"); in msgi_run()
1876 "Synchronous Data Transfer Request was rejected\n"); in msgo_end()
2821 seq_printf(m, "synchronous transfers %s\n", in aha152x_show_info()
2822 SYNCHRONOUS ? "enabled" : "disabled"); in aha152x_show_info()
2825 if(SYNCHRONOUS) { in aha152x_show_info()
3051 if ((setup->synchronous < 0) || (setup->synchronous > 1)) in checksetup()
3096 override.synchronous, in aha152x_init()
3117 override.synchronous, in aha152x_init()
3135 setup[setup_count].synchronous = aha152x[5]; in aha152x_init()
3145 setup[setup_count].synchronous = sync[0]; in aha152x_init()
3159 setup[setup_count].synchronous, in aha152x_init()
3172 setup[setup_count].synchronous = aha152x1[5]; in aha152x_init()
3182 setup[setup_count].synchronous = sync[1]; in aha152x_init()
3195 setup[setup_count].synchronous, in aha152x_init()
3228 setup[setup_count].synchronous = 1; in aha152x_init()
3296 setup[setup_count].synchronous = conf.cf_syncneg; in aha152x_init()
3367 setup[setup_count].synchronous = ints[0] >= 6 ? ints[6] : 1; in aha152x_setup()
3372 "[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY>[,<EXT_TRANS>]]]]]]]\n"); in aha152x_setup()