Searched refs:stat_comb (Results 1 – 3 of 3) sorted by relevance
767 zr->stat_comb[i * 2] = cpu_to_le32(phys_addr); in zoran_feed_stat_com()768 zr->stat_comb[i * 2 + 1] = cpu_to_le32((payload >> 1) | 1); in zoran_feed_stat_com()780 zr->stat_comb[i * 2] = cpu_to_le32(phys_addr); in zoran_feed_stat_com()781 zr->stat_comb[i * 2 + 1] = cpu_to_le32((payload >> 1) | 1); in zoran_feed_stat_com()
1038 zr->stat_comb = dma_alloc_coherent(&zr->pci_dev->dev, in zr36057_init()1041 if (!zr->stat_comb) { in zr36057_init()1061 zr->stat_comb, zr->p_scb); in zr36057_init()1098 zr->stat_comb, zr->p_scb); in zoran_remove()
287 __le32 *stat_comb; member