Home
last modified time | relevance | path

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

/src/sys/dev/sound/pci/
H A Dhdsp.c177 /*maxsize*/2 * HDSP_DMASEGSIZE, in hdsp_alloc_resources()
179 /*maxsegsz*/HDSP_DMASEGSIZE, in hdsp_alloc_resources()
188 sc->bufsize = HDSP_DMASEGSIZE; in hdsp_alloc_resources()
H A Dhdsp.h136 #define HDSP_DMASEGSIZE (HDSP_CHANBUF_SIZE * HDSP_MAX_SLOTS) macro