Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/mantis/
H A Dmantis_dma.c37 #define MANTIS_BUF_SIZE (64 * 1024) macro
38 #define MANTIS_BLOCK_BYTES (MANTIS_BUF_SIZE / 4)
40 #define MANTIS_BLOCK_COUNT (MANTIS_BUF_SIZE / MANTIS_BLOCK_BYTES)
53 MANTIS_BUF_SIZE); in mantis_dma_exit()
55 dma_free_coherent(&mantis->pdev->dev, MANTIS_BUF_SIZE, in mantis_dma_exit()
81 MANTIS_BUF_SIZE, in mantis_alloc_buffers()
92 mantis->buf_cpu, MANTIS_BUF_SIZE); in mantis_alloc_buffers()