Home
last modified time | relevance | path

Searched refs:BUZ_MASK_STAT_COM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dzoran.h54 #define BUZ_MASK_STAT_COM 3 macro
249 /* grab queue counts/indices, mask with BUZ_MASK_STAT_COM before using as index */
251 /* (value & BUZ_MASK_STAT_COM) corresponds to index in stat_com table */
263 __le32 *stat_com; /* stat_com[i] is indexed by dma_head/tail & BUZ_MASK_STAT_COM */
H A Dzoran_device.c828 zr->jpg_err_shift) & BUZ_MASK_STAT_COM; in zoran_feed_stat_com()
880 i = (zr->jpg_dma_tail - zr->jpg_err_shift) & BUZ_MASK_STAT_COM; in zoran_reap_stat_com()
/kernel/linux/linux-6.6/drivers/media/pci/zoran/
H A Dzoran.h57 #define BUZ_MASK_STAT_COM 3 macro
242 /* grab queue counts/indices, mask with BUZ_MASK_STAT_COM before using as index */
244 /* (value & BUZ_MASK_STAT_COM) corresponds to index in stat_com table */
256 /* stat_com[i] is indexed by dma_head/tail & BUZ_MASK_STAT_COM */
H A Dzoran_device.c764 zr->jpg_err_shift) & BUZ_MASK_STAT_COM; in zoran_feed_stat_com()
818 i = (zr->jpg_dma_tail - zr->jpg_err_shift) & BUZ_MASK_STAT_COM; in zoran_reap_stat_com()

Completed in 5 milliseconds