Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.h62 #define DMABUF_SIZE (256 * 1024) macro
66 #define AUDIO_MEMSIZE (EMU10K_NUM_PORTC*DMABUF_SIZE+4096)
H A Daudioemu10k.c874 devc->audio_memptr += (DMABUF_SIZE + 4095) & ~4095; in emu10k_alloc_port()
915 if (portc->buf_size > DMABUF_SIZE) { in emu10k_alloc_port()
917 (int)portc->buf_size, DMABUF_SIZE); in emu10k_alloc_port()
918 portc->buf_size = DMABUF_SIZE; in emu10k_alloc_port()