Home
last modified time | relevance | path

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

/src/sys/dev/sound/pci/hda/ !
H A Dhdac.c613 bus_size_t roundsz; in hdac_dma_alloc() local
616 roundsz = roundup2(size, HDA_DMA_ALIGNMENT); in hdac_dma_alloc()
631 roundsz, /* maxsize */ in hdac_dma_alloc()
633 roundsz, /* maxsegsz */ in hdac_dma_alloc()
658 dma->dma_size = roundsz; in hdac_dma_alloc()
664 (void *)dma->dma_vaddr, roundsz, hdac_dma_cb, (void *)dma, 0); in hdac_dma_alloc()
675 __func__, (uintmax_t)size, (uintmax_t)roundsz); in hdac_dma_alloc()