Lines Matching refs:syt
220 // of syt interval. This comes from the interval of isoc cycle. As 1394
227 // the syt interval.
229 // interrupt should be double of the value of syt interval, thus it is
495 unsigned int data_block_counter, unsigned int syt)
504 (syt & CIP_SYT_MASK));
511 unsigned int syt, unsigned int index)
521 generate_cip_header(s, cip_header, data_block_counter, syt);
535 unsigned int *data_block_counter, unsigned int *syt)
623 *syt = cip_header[1] & CIP_SYT_MASK;
633 unsigned int *syt, unsigned int packet_index, unsigned int index)
656 data_blocks, data_block_counter, syt);
664 *syt = 0;
720 unsigned int syt;
725 &data_blocks, &dbc, &syt, packet_index, i);
730 desc->syt = syt;
752 unsigned int syt;
755 syt = ((cycle + syt_offset / TICKS_PER_CYCLE) << 12) |
757 return syt & CIP_SYT_MASK;
773 unsigned int syt;
777 syt = seq->syt_offset;
778 if (syt != CIP_SYT_NO_INFO) {
779 syt = compute_syt(syt, desc->cycle,
782 desc->syt = syt;
850 unsigned int syt;
858 syt = desc->syt;
860 syt = s->ctx_data.rx.syt_override;
864 syt, i);