Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dhdspe.c187 /*maxsize*/2 * HDSPE_DMASEGSIZE, in hdspe_alloc_resources()
189 /*maxsegsz*/HDSPE_DMASEGSIZE, in hdspe_alloc_resources()
198 sc->bufsize = HDSPE_DMASEGSIZE; in hdspe_alloc_resources()
H A Dhdspe.h127 #define HDSPE_DMASEGSIZE (HDSPE_CHANBUF_SIZE * HDSPE_MAX_SLOTS) macro