Home
last modified time | relevance | path

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

/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c63 #define NETUP_DMA_PACKETS_COUNT 128 macro
303 sizes[0] = PAGE_ALIGN(NETUP_DMA_PACKETS_COUNT * 188); in netup_unidvb_queue_setup()
542 u32 buff_bytes = NETUP_DMA_PACKETS_COUNT * 188 - buf->size; in netup_unidvb_ring_copy()
600 if (buf->size >= NETUP_DMA_PACKETS_COUNT * 188) { in netup_unidvb_dma_worker()
608 if (buf->size == NETUP_DMA_PACKETS_COUNT * 188) { in netup_unidvb_dma_worker()
680 (NETUP_DMA_PACKETS_COUNT << 8) | 188, &dma->regs->size); in netup_unidvb_dma_init()
893 NETUP_DMA_BLOCKS_COUNT * NETUP_DMA_PACKETS_COUNT; in netup_unidvb_initdev()