Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c187 static uint16_t audiots_read_ac97(audiots_state_t *, int);
759 if ((first = audiots_read_ac97(state, reg)) != 0) { in audiots_get_ac97()
769 if ((next = audiots_read_ac97(state, reg)) != 0) { in audiots_get_ac97()
1021 audiots_read_ac97(audiots_state_t *state, int reg) in audiots_read_ac97() function