Searched defs:aram (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c59 * the aram and eram. The rest of the controller state is never modified
78 * CAUTION: If audio controller state is changed outside of aram
688 /* program the initial eram and aram rate */
689 ddi_put16(handle, &regs->aud_ram[str].aram.aram_delta,
1292 audiots_aram_t *aram; local
1299 aram = &regs->aud_ram[port->tp_dma_stream].aram;
1315 ddi_put16(handle, &aram->aram_delta, (uint16_t)delta);
1324 ddi_put16(handle, &aram->aram_alpha_fms, 0x0);
1327 ddi_put16(handle, &aram
[all...]
H A Daudiots.h412 audiots_aram_t aram; member in struct:audiots_regs::__anon4940
416 audiots_aram_t aram; member in struct:audiots_regs::__anon4941

Completed in 49 milliseconds