Searched refs:iocell_opts (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/aic7xxx/
H A Daic79xx.h1225 uint8_t iocell_opts[AHD_NUM_PER_DEV_ANNEXCOLS]; member in struct:ahd_softc
1268 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_SLEWRATE_MASK; \
1269 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1275 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; \
1276 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1282 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] &= ~AHD_AMPLITUDE_MASK; \
1283 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] |= \
H A Daic79xx_osm.c1380 const struct ahd_linux_iocell_opts *iocell_opts; local
1382 iocell_opts = &aic79xx_iocell_info[ahd->unit];
1383 if (iocell_opts->precomp != AIC79XX_DEFAULT_PRECOMP)
1384 AHD_SET_PRECOMP(ahd, iocell_opts->precomp);
1385 if (iocell_opts->slewrate != AIC79XX_DEFAULT_SLEWRATE)
1386 AHD_SET_SLEWRATE(ahd, iocell_opts->slewrate);
1387 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE)
1388 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude);
2770 const struct ahd_linux_iocell_opts *iocell_opts; local
2772 iocell_opts
[all...]
H A Daic79xx_core.c4109 uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; local
4118 memcpy(iocell_opts, ahd->iocell_opts, sizeof(ahd->iocell_opts));
4150 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &=
4156 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK;
4175 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &=
4181 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]);
4183 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDE
[all...]

Completed in 28 milliseconds