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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c132 int sync_params; member in struct:mesh_target
316 mr->sync_params);
375 out_8(&mr->sync_params, ASYNC_PARAMS);
396 out_8(&mr->sync_params, ASYNC_PARAMS);
641 if (SYNC_OFF(tp->sync_params))
644 tp->sync_params = ASYNC_PARAMS;
645 out_8(&mr->sync_params, ASYNC_PARAMS);
667 tp->sync_params = SYNC_PARAMS(offset, v);
668 out_8(&mr->sync_params, tp->sync_params);
[all...]

Completed in 170 milliseconds