Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/pci/netup_unidvb/
Dnetup_unidvb_core.c63 #define NETUP_DMA_PACKETS_COUNT 128 macro
302 sizes[0] = PAGE_ALIGN(NETUP_DMA_PACKETS_COUNT * 188); in netup_unidvb_queue_setup()
541 u32 buff_bytes = NETUP_DMA_PACKETS_COUNT * 188 - buf->size; in netup_unidvb_ring_copy()
599 if (buf->size >= NETUP_DMA_PACKETS_COUNT * 188) { in netup_unidvb_dma_worker()
607 if (buf->size == NETUP_DMA_PACKETS_COUNT * 188) { in netup_unidvb_dma_worker()
679 (NETUP_DMA_PACKETS_COUNT << 8) | 188, &dma->regs->size); in netup_unidvb_dma_init()
892 NETUP_DMA_BLOCKS_COUNT * NETUP_DMA_PACKETS_COUNT; in netup_unidvb_initdev()