Searched refs:iocell_opts (Results 1 – 3 of 3) sorted by relevance
1216 uint8_t iocell_opts[AHD_NUM_PER_DEV_ANNEXCOLS]; member1259 (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] |= \
1359 const struct ahd_linux_iocell_opts *iocell_opts; in ahd_platform_init() local1361 iocell_opts = &aic79xx_iocell_info[ahd->unit]; in ahd_platform_init()1362 if (iocell_opts->precomp != AIC79XX_DEFAULT_PRECOMP) in ahd_platform_init()1363 AHD_SET_PRECOMP(ahd, iocell_opts->precomp); in ahd_platform_init()1364 if (iocell_opts->slewrate != AIC79XX_DEFAULT_SLEWRATE) in ahd_platform_init()1365 AHD_SET_SLEWRATE(ahd, iocell_opts->slewrate); in ahd_platform_init()1366 if (iocell_opts->amplitude != AIC79XX_DEFAULT_AMPLITUDE) in ahd_platform_init()1367 AHD_SET_AMPLITUDE(ahd, iocell_opts->amplitude); in ahd_platform_init()2718 const struct ahd_linux_iocell_opts *iocell_opts; in ahd_linux_set_pcomp_en() local2720 iocell_opts = &aic79xx_iocell_info[ahd->unit]; in ahd_linux_set_pcomp_en()[all …]
4075 uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; in ahd_update_neg_table() local4084 memcpy(iocell_opts, ahd->iocell_opts, sizeof(ahd->iocell_opts)); in ahd_update_neg_table()4116 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= in ahd_update_neg_table()4122 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; in ahd_update_neg_table()4141 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= in ahd_update_neg_table()4147 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]); in ahd_update_neg_table()4149 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDEX]); in ahd_update_neg_table()