OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iocell_opts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
3176
uint8_t
iocell_opts
[sizeof(ahd->
iocell_opts
)];
local in function:ahd_update_neg_table
3185
memcpy(
iocell_opts
, ahd->
iocell_opts
, sizeof(ahd->
iocell_opts
));
3217
iocell_opts
[AHD_PRECOMP_SLEW_INDEX] &=
3223
iocell_opts
[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK;
3237
ahd_outb(ahd, ANNEXDAT,
iocell_opts
[AHD_PRECOMP_SLEW_INDEX]);
3239
ahd_outb(ahd, ANNEXDAT,
iocell_opts
[AHD_AMPLITUDE_INDEX]);
aic79xxvar.h
1229
uint8_t
iocell_opts
[AHD_NUM_PER_DEV_ANNEXCOLS];
member in struct:ahd_softc
1279
(ahd)->
iocell_opts
[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_SLEWRATE_MASK; \
1280
(ahd)->
iocell_opts
[AHD_PRECOMP_SLEW_INDEX] |= \
1286
(ahd)->
iocell_opts
[AHD_PRECOMP_SLEW_INDEX] &= ~AHD_PRECOMP_MASK; \
1287
(ahd)->
iocell_opts
[AHD_PRECOMP_SLEW_INDEX] |= \
1293
(ahd)->
iocell_opts
[AHD_AMPLITUDE_INDEX] &= ~AHD_AMPLITUDE_MASK; \
1294
(ahd)->
iocell_opts
[AHD_AMPLITUDE_INDEX] |= \
Completed in 46 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025