Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdac.c605 bus_size_t roundsz; in hdac_dma_alloc()
608 roundsz = roundup2(size, HDA_DMA_ALIGNMENT); in hdac_dma_alloc()
623 roundsz, /* maxsize */ in hdac_dma_alloc()
625 roundsz, /* maxsegsz */ in hdac_dma_alloc()
650 dma->dma_size = roundsz; in hdac_dma_alloc()
656 (void *)dma->dma_vaddr, roundsz, hdac_dma_cb, (void *)dma, 0); in hdac_dma_alloc()
666 device_printf(sc->dev, "%s: size=%ju -> roundsz=%ju\n", in hdac_dma_alloc()
667 __func__, (uintmax_t)size, (uintmax_t)roundsz); in hdac_dma_alloc()
604 bus_size_t roundsz; hdac_dma_alloc() local