Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/zoran/
Dzoran_device.c412 zr->stat_com[i] = cpu_to_le32(1); /* mark as unavailable to zr36057 */ in init_jpeg_queue()
764 if (!(zr->stat_com[i] & cpu_to_le32(1))) in zoran_feed_stat_com()
769 zr->stat_com[i] = cpu_to_le32(zr->p_scb + i * 2 * 4); in zoran_feed_stat_com()
774 if (!(zr->stat_com[i] & cpu_to_le32(1))) in zoran_feed_stat_com()
776 zr->stat_com[i] = cpu_to_le32(zr->p_scb + i * 2 * 4); in zoran_feed_stat_com()
777 zr->stat_com[i + 1] = cpu_to_le32(zr->p_scb + i * 2 * 4); in zoran_feed_stat_com()
798 u32 stat_com; in zoran_reap_stat_com() local
819 stat_com = le32_to_cpu(zr->stat_com[i]); in zoran_reap_stat_com()
820 if ((stat_com & 1) == 0) { in zoran_reap_stat_com()
825 fcnt = (stat_com & GENMASK(31, 24)) >> 24; in zoran_reap_stat_com()
[all …]
Dzoran_card.c882 zr->stat_com = dma_alloc_coherent(&zr->pci_dev->dev, in zr36057_init()
885 if (!zr->stat_com) { in zr36057_init()
890 zr->stat_com[j] = cpu_to_le32(1); /* mark as unavailable to zr36057 */ in zr36057_init()
933 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32), zr->stat_com, zr->p_sc); in zr36057_init()
964 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32), zr->stat_com, zr->p_sc); in zoran_remove()
Dzoran.h262 __le32 *stat_com; /* stat_com[i] is indexed by dma_head/tail & BUZ_MASK_STAT_COM */ member
Dzoran_driver.c928 zr->stat_com[j] = cpu_to_le32(1); in zr_vb2_start_streaming()
979 zr->stat_com[j] = cpu_to_le32(1); in zr_vb2_stop_streaming()