Lines Matching refs:stat_com
719 zr->stat_com[i] = cpu_to_le32(1); /* mark as unavailable to zr36057 */ in init_jpeg_queue()
798 reg = virt_to_bus(zr->stat_com); in zr36057_set_jpg()
1117 if (!(zr->stat_com[i] & cpu_to_le32(1))) in zoran_feed_stat_com()
1119 zr->stat_com[i] = in zoran_feed_stat_com()
1125 if (!(zr->stat_com[i] & cpu_to_le32(1))) in zoran_feed_stat_com()
1127 zr->stat_com[i] = in zoran_feed_stat_com()
1129 zr->stat_com[i + 1] = in zoran_feed_stat_com()
1147 u32 stat_com; in zoran_reap_stat_com() local
1167 stat_com = le32_to_cpu(zr->stat_com[i]); in zoran_reap_stat_com()
1169 if ((stat_com & 1) == 0) { in zoran_reap_stat_com()
1177 buffer->bs.length = (stat_com & 0x7fffff) >> 1; in zoran_reap_stat_com()
1181 seq = ((stat_com >> 24) + zr->jpg_err_seq) & 0xff; in zoran_reap_stat_com()
1295 if (le32_to_cpu(zr->stat_com[j]) == zr->jpg_buffers.buffer[i].jpg.frag_tab_bus) in error_handler()
1308 zr->stat_com[i] |= cpu_to_le32(1); in error_handler()
1310 zr->stat_com[i + 1] |= cpu_to_le32(1); in error_handler()
1330 memcpy(bus_addr, zr->stat_com, sizeof(bus_addr)); in error_handler()
1333 zr->stat_com[j] = bus_addr[(i + j) & BUZ_MASK_STAT_COM]; in error_handler()
1484 sv[i] = le32_to_cpu(zr->stat_com[i]) & 1 ? '1' : '0'; in zoran_irq()
1508 le32_to_cpu(zr->stat_com[i])); in zoran_irq()