Lines Matching +full:reg +full:- +full:names
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * wd33c93.h - Linux device driver definitions for the
6 * IMPORTANT: This file is for version 1.25 - 09/Jul/1997
22 #define DEBUGGING_ON /* enable command-line debugging bitmask */
27 #define DB(f,a) if (hostdata->args & (f)) a;
35 /* wd register names */
148 /* pass input-clock explicitly. accepted mhz values are 8-10,12-20 */
198 #define OPTIMUM_SX_PER 252 /* (ns) best we can do (mult-of-4) */
206 /* FEF: defines for hostdata->dma_buffer_pool */
232 uchar level2; /* extent to which Level-2 commands are used */
234 unsigned int args; /* set from command-line argument */
240 uchar sync_xfer[8]; /* sync_xfer reg settings per target */
246 struct sx_period sx_table[9]; /* transfer periods for actual DTC-setting */
265 /* defines for hostdata->chip */
272 /* defines for hostdata->state */
281 /* defines for hostdata->dma */
286 /* defines for hostdata->level2 */
289 #define L2_NONE 1 /* no combination commands - we get lots of ints */
297 /* defines for hostdata->disconnect */
303 /* defines for hostdata->args */
313 /* defines for hostdata->sync_stat[] */
320 /* defines for hostdata->proc */