Home
last modified time | relevance | path

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

/freebsd/sys/dev/aic7xxx/
H A Daic79xx.h1276 uint8_t iocell_opts[AHD_NUM_PER_DEV_ANNEXCOLS];
1322 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_SLEWRATE_MASK; \
1323 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1329 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; \
1330 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1336 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] &= ~AHD_AMPLITUDE_MASK; \
1337 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] |= \
1280 uint8_t iocell_opts[AHD_NUM_PER_DEV_ANNEXCOLS]; global() member
H A Daic79xx.c3265 uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; in ahd_update_neg_table() local
3274 memcpy(iocell_opts, ahd->iocell_opts, sizeof(ahd->iocell_opts)); in ahd_update_neg_table()
3305 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= in ahd_update_neg_table()
3311 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; in ahd_update_neg_table()
3330 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= in ahd_update_neg_table()
3336 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]); in ahd_update_neg_table()
3338 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDEX]); in ahd_update_neg_table()