Home
last modified time | relevance | path

Searched refs:stat_comb (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/zoran/
H A Dzoran_device.c831 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()
H A Dzoran_card.c931 zr->stat_comb = dma_alloc_coherent(&zr->pci_dev->dev, in zr36057_init()
934 if (!zr->stat_comb) { in zr36057_init()
953 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, zr->stat_comb, zr->p_scb); in zr36057_init()
984 dma_free_coherent(&zr->pci_dev->dev, BUZ_NUM_STAT_COM * sizeof(u32) * 2, zr->stat_comb, zr->p_scb); in zoran_remove()
H A Dzoran.h293 __le32 *stat_comb; member