Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/zoran/
H A Dzoran_device.c415 zr->stat_com[i] = cpu_to_le32(1); /* mark as unavailable to zr36057 */ in init_jpeg_queue()
765 if (!(zr->stat_com[i] & cpu_to_le32(1))) in zoran_feed_stat_com()
770 zr->stat_com[i] = cpu_to_le32(zr->p_scb + i * 2 * 4); in zoran_feed_stat_com()
775 if (!(zr->stat_com[i] & cpu_to_le32(1))) in zoran_feed_stat_com()
777 zr->stat_com[i] = cpu_to_le32(zr->p_scb + i * 2 * 4); in zoran_feed_stat_com()
778 zr->stat_com[i + 1] = cpu_to_le32(zr->p_scb + i * 2 * 4); in zoran_feed_stat_com()
799 u32 stat_com; in zoran_reap_stat_com() local
822 stat_com = le32_to_cpu(zr->stat_com[i]); in zoran_reap_stat_com()
823 if ((stat_com & 1) == 0) { in zoran_reap_stat_com()
828 fcnt = (stat_com & GENMASK(31, 24)) >> 24; in zoran_reap_stat_com()
[all …]
H A Dzoran_card.c1029 zr->stat_com = dma_alloc_coherent(&zr->pci_dev->dev, in zr36057_init()
1032 if (!zr->stat_com) in zr36057_init()
1036 zr->stat_com[j] = cpu_to_le32(1); /* mark as unavailable to zr36057 */ in zr36057_init()
1064 zr->stat_com, zr->p_sc); in zr36057_init()
1096 zr->stat_com, zr->p_sc); in zoran_remove()
H A Dzoran.h257 __le32 *stat_com; member
H A Dzoran_driver.c873 zr->stat_com[j] = cpu_to_le32(1); in zr_vb2_start_streaming()
925 zr->stat_com[j] = cpu_to_le32(1); in zr_vb2_stop_streaming()