Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_device.c406 zr->jpg_dma_tail = 0; in init_jpeg_queue()
746 while ((zr->jpg_dma_head - zr->jpg_dma_tail) < max_stat_com) { in zoran_feed_stat_com()
816 while (zr->jpg_dma_tail < zr->jpg_dma_head) { in zoran_reap_stat_com()
818 i = (zr->jpg_dma_tail - zr->jpg_err_shift) & BUZ_MASK_STAT_COM; in zoran_reap_stat_com()
820 i = ((zr->jpg_dma_tail - zr->jpg_err_shift) & 1) * 2; in zoran_reap_stat_com()
858 zr->jpg_dma_tail++; in zoran_reap_stat_com()
H A Dzoran.h247 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */ member