Searched refs:I810_BM_PUT8 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/ |
H A D | audio810.c | 457 I810_BM_PUT8(port->regoff + I810_OFFSET_CR, cr); in audio810_stop() 490 I810_BM_PUT8(I810_REG_SISCTL, I810_SISCTL_UNMUTE); in audio810_start() 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() 504 I810_BM_PUT8(regoff + I810_OFFSET_LVI, I810_BD_NUMS - 1); in audio810_start() 508 I810_BM_PUT8(regoff + I810_OFFSET_CR, cr); in audio810_start() 605 I810_BM_PUT8(port->regoff + I810_OFFSET_LVI, (civ - 1) % I810_BD_NUMS); in audio810_count() 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 D | audio810.h | 231 #define I810_BM_PUT8(reg, val) \ macro
|