Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_eb2dma.c133 state->cs_engines[CS4231_PLAY]->ce_regsh = EB2_PLAY_HNDL; in eb2_map_regs()
134 state->cs_engines[CS4231_PLAY]->ce_eb2regs = state->cs_eb2_regs.play; in eb2_map_regs()
143 state->cs_engines[CS4231_REC]->ce_regsh = EB2_REC_HNDL; in eb2_map_regs()
144 state->cs_engines[CS4231_REC]->ce_eb2regs = state->cs_eb2_regs.record; in eb2_map_regs()
H A Daudio_4231.h345 CS_engine_t *cs_engines[2]; member
H A Daudio_4231.c471 audiocs_free_engine(state->cs_engines[i]); in audiocs_destroy()
1995 state->cs_engines[num] = eng; in audiocs_alloc_engine()