Searched refs:sync_params (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmesh.h41 unsigned char sync_params; member in struct:mesh_regs
111 /* Fields in the sync_params register */
115 #define ASYNC_PARAMS 2 /* sync_params value for async xfers */
120 * The transfer period with SYNC_PER(sync_params) == x
H A Dmesh.c131 int sync_params; member in struct:mesh_target
315 mr->sync_params);
374 out_8(&mr->sync_params, ASYNC_PARAMS);
395 out_8(&mr->sync_params, ASYNC_PARAMS);
634 if (SYNC_OFF(tp->sync_params))
637 tp->sync_params = ASYNC_PARAMS;
638 out_8(&mr->sync_params, ASYNC_PARAMS);
660 tp->sync_params = SYNC_PARAMS(offset, v);
661 out_8(&mr->sync_params, tp->sync_params);
[all...]

Completed in 106 milliseconds