Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic79xx.h1213 uint8_t iocell_opts[AHD_NUM_PER_DEV_ANNEXCOLS]; member
1259 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_SLEWRATE_MASK; \
1260 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1266 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; \
1267 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1273 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] &= ~AHD_AMPLITUDE_MASK; \
1274 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] |= \
Daic79xx_osm.c2377 struct ahd_linux_iocell_opts *iocell_opts; local
2379 iocell_opts = &aic79xx_iocell_info[ahd->unit];
2380 if (iocell_opts->precomp != AIC79XX_DEFAULT_PRECOMP)
2381 AHD_SET_PRECOMP(ahd, iocell_opts->precomp);
2382 if (iocell_opts->slewrate != AIC79XX_DEFAULT_SLEWRATE)
2383 AHD_SET_SLEWRATE(ahd, iocell_opts->slewrate);
2384 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE)
2385 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude);
Daic79xx_core.c2823 uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; in ahd_update_neg_table() local
2832 memcpy(iocell_opts, ahd->iocell_opts, sizeof(ahd->iocell_opts)); in ahd_update_neg_table()
2864 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= in ahd_update_neg_table()
2870 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; in ahd_update_neg_table()
2884 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]); in ahd_update_neg_table()
2886 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDEX]); in ahd_update_neg_table()