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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/zoran/
H A Dzoran_device.c719 zr->stat_com[i] = cpu_to_le32(1); /* mark as unavailable to zr36057 */
798 reg = virt_to_bus(zr->stat_com);
1114 /* fill 1 stat_com entry */
1117 if (!(zr->stat_com[i] & cpu_to_le32(1)))
1119 zr->stat_com[i] =
1122 /* fill 2 stat_com entries */
1125 if (!(zr->stat_com[i] & cpu_to_le32(1)))
1127 zr->stat_com[i] =
1129 zr->stat_com[i + 1] =
1147 u32 stat_com; local
[all...]
H A Dzoran.h446 /* (value & BUZ_MASK_STAT_COM) corresponds to index in stat_com table */
448 unsigned long jpg_dma_head; /* Index of next buffer which goes into stat_com */
449 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */
457 __le32 *stat_com; /* stat_com[i] is indexed by dma_head/tail & BUZ_MASK_STAT_COM */ member in struct:zoran
H A Dzoran_card.c1052 zr->stat_com = kzalloc(BUZ_NUM_STAT_COM * 4, GFP_KERNEL);
1054 if (!zr->stat_com || !zr->video_dev) {
1063 zr->stat_com[j] = cpu_to_le32(1); /* mark as unavailable to zr36057 */
1091 kfree(zr->stat_com);
1126 kfree(zr->stat_com);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/zoran/
H A Dzoran_device.c719 zr->stat_com[i] = cpu_to_le32(1); /* mark as unavailable to zr36057 */
798 reg = virt_to_bus(zr->stat_com);
1114 /* fill 1 stat_com entry */
1117 if (!(zr->stat_com[i] & cpu_to_le32(1)))
1119 zr->stat_com[i] =
1122 /* fill 2 stat_com entries */
1125 if (!(zr->stat_com[i] & cpu_to_le32(1)))
1127 zr->stat_com[i] =
1129 zr->stat_com[i + 1] =
1147 u32 stat_com; local
[all...]
H A Dzoran.h446 /* (value & BUZ_MASK_STAT_COM) corresponds to index in stat_com table */
448 unsigned long jpg_dma_head; /* Index of next buffer which goes into stat_com */
449 unsigned long jpg_dma_tail; /* Index of last buffer in stat_com */
457 __le32 *stat_com; /* stat_com[i] is indexed by dma_head/tail & BUZ_MASK_STAT_COM */ member in struct:zoran
H A Dzoran_card.c1052 zr->stat_com = kzalloc(BUZ_NUM_STAT_COM * 4, GFP_KERNEL);
1054 if (!zr->stat_com || !zr->video_dev) {
1063 zr->stat_com[j] = cpu_to_le32(1); /* mark as unavailable to zr36057 */
1091 kfree(zr->stat_com);
1126 kfree(zr->stat_com);

Completed in 81 milliseconds