Searched refs:stat_com (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_device.c764 zr->stat_com[i] = cpu_to_le32(1); /* mark as unavailable to zr36057 */
843 reg = virt_to_bus(zr->stat_com);
1166 /* fill 1 stat_com entry */
1169 if (!(zr->stat_com[i] & cpu_to_le32(1)))
1171 zr->stat_com[i] =
1174 /* fill 2 stat_com entries */
1177 if (!(zr->stat_com[i] & cpu_to_le32(1)))
1179 zr->stat_com[i] =
1181 zr->stat_com[i + 1] =
1199 u32 stat_com; local
[all...]
H A Dzoran.h453 /* (value & BUZ_MASK_STAT_COM) corresponds to index in stat_com table */
455 unsigned long jpg_dma_head; /* Index of next buffer which goes into stat_com */
456 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */
464 u32 *stat_com; /* stat_com[i] is indexed by dma_head/tail & BUZ_MASK_STAT_COM */ member in struct:zoran
H A Dzoran_card.c1129 zr->stat_com = kzalloc(BUZ_NUM_STAT_COM * 4, GFP_KERNEL);
1131 if (!zr->stat_com || !zr->video_dev) {
1140 zr->stat_com[j] = 1; /* mark as unavailable to zr36057 */
1168 kfree(zr->stat_com);
1200 kfree(zr->stat_com);

Completed in 104 milliseconds