Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c1042 for (i = 0; i < TS_READ_TRIES; i++) { in audiots_read_ac97()
1049 if (i >= TS_READ_TRIES) { in audiots_read_ac97()
1094 for (i = 0; i < TS_READ_TRIES; i++) { in audiots_read_ac97()
1101 if (i >= TS_READ_TRIES) { in audiots_read_ac97()
H A Daudiots.h75 #define TS_READ_TRIES (TS_WAIT_CNT/10) macro