Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.c455 cr = I810_BM_GET8(port->regoff + I810_OFFSET_CR); in audio810_stop()
506 cr = I810_BM_GET8(regoff + I810_OFFSET_CR); in audio810_start()
510 (void) I810_BM_GET8(regoff + I810_OFFSET_CR); in audio810_start()
604 civ = I810_BM_GET8(regoff + I810_OFFSET_CIV); in audio810_count()
1588 casr = I810_BM_GET8(I810_REG_CASR); in audio810_codec_sync()
H A Daudio810.h219 #define I810_BM_GET8(reg) \ macro