Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_apcdma.c273 uint32_t drainbit; in apc_stop_engine() local
280 drainbit = APC_PM; in apc_stop_engine()
284 drainbit = APC_CX; in apc_stop_engine()
293 for (int x = 0; (!(reg & drainbit)) && (x < CS4231_TIMEOUT); x++) { in apc_stop_engine()