Home
last modified time | relevance | path

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

/trueos/sys/dev/aic7xxx/
HDaic79xx.h1280 uint8_t iocell_opts[AHD_NUM_PER_DEV_ANNEXCOLS]; member
1326 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_SLEWRATE_MASK; \
1327 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1333 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; \
1334 (ahd)->iocell_opts[AHD_PRECOMP_SLEW_INDEX] |= \
1340 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] &= ~AHD_AMPLITUDE_MASK; \
1341 (ahd)->iocell_opts[AHD_AMPLITUDE_INDEX] |= \
HDaic79xx.c3298 uint8_t iocell_opts[sizeof(ahd->iocell_opts)]; in ahd_update_neg_table() local
3307 memcpy(iocell_opts, ahd->iocell_opts, sizeof(ahd->iocell_opts)); in ahd_update_neg_table()
3339 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= in ahd_update_neg_table()
3345 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; in ahd_update_neg_table()
3364 iocell_opts[AHD_PRECOMP_SLEW_INDEX] &= in ahd_update_neg_table()
3370 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_PRECOMP_SLEW_INDEX]); in ahd_update_neg_table()
3372 ahd_outb(ahd, ANNEXDAT, iocell_opts[AHD_AMPLITUDE_INDEX]); in ahd_update_neg_table()