Home
last modified time | relevance | path

Searched refs:I810_OFFSET_CR (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()
457 I810_BM_PUT8(port->regoff + I810_OFFSET_CR, cr); in audio810_stop()
497 I810_BM_PUT8(regoff + I810_OFFSET_CR, 0); in audio810_start()
498 I810_BM_PUT8(regoff + I810_OFFSET_CR, I810_BM_CR_RST); in audio810_start()
506 cr = I810_BM_GET8(regoff + I810_OFFSET_CR); in audio810_start()
508 I810_BM_PUT8(regoff + I810_OFFSET_CR, cr); in audio810_start()
510 (void) I810_BM_GET8(regoff + I810_OFFSET_CR); in audio810_start()
1556 I810_BM_PUT8(I810_BASE_PCM_IN + I810_OFFSET_CR, 0x0); in audio810_stop_dma()
1557 I810_BM_PUT8(I810_BASE_PCM_OUT + I810_OFFSET_CR, 0x0); in audio810_stop_dma()
1558 I810_BM_PUT8(I810_BASE_MIC + I810_OFFSET_CR, 0x0); in audio810_stop_dma()
[all …]
H A Daudio810.h59 #define I810_OFFSET_CR (0x0B) macro