Searched refs:stat_comb (Results 1 – 3 of 3) sorted by relevance
831 zr->stat_comb[i * 2] = cpu_to_le32(phys_addr); in zoran_feed_stat_com()832 zr->stat_comb[i * 2 + 1] = cpu_to_le32((payload >> 1) | 1); in zoran_feed_stat_com()844 zr->stat_comb[i * 2] = cpu_to_le32(phys_addr); in zoran_feed_stat_com()845 zr->stat_comb[i * 2 + 1] = cpu_to_le32((payload >> 1) | 1); in zoran_feed_stat_com()
293 __le32 *stat_comb; member
891 zr->stat_comb = dma_alloc_coherent(&zr->pci_dev->dev, in zr36057_init()894 if (!zr->stat_comb) { in zr36057_init()930 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, zr->stat_comb, zr->p_scb); in zr36057_init()964 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, zr->stat_comb, zr->p_scb); in zoran_remove()