Searched defs:precomp (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c181 uint8_t precomp; member in struct:ahd_linux_iocell_opts
338 " precomp:<pcomp_list> Set the signal precompensation (0-7).\n"
1165 { "precomp", NULL },
1199 } else if (strncmp(p, "precomp", n) == 0) {
1200 s = ahd_parse_brace_option("precomp",
1383 if (iocell_opts->precomp != AIC79XX_DEFAULT_PRECOMP)
1384 AHD_SET_PRECOMP(ahd, iocell_opts->precomp);
2767 uint8_t precomp; local
2773 precomp = iocell_opts->precomp;
[all...]

Completed in 33 milliseconds