Lines Matching defs:sfc
289 unsigned int sfc;
291 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) {
292 if (amdtp_rate_table[sfc] == rate)
295 if (sfc == ARRAY_SIZE(amdtp_rate_table))
298 s->sfc = sfc;
300 s->syt_interval = amdtp_syt_intervals[sfc];
387 const enum cip_sfc sfc = s->sfc;
394 if (!cip_sfc_is_base_44100(sfc)) {
408 if (sfc == CIP_SFC_44100)
413 desc->data_blocks = 11 * (sfc >> 1) + (phase == 0);
414 if (++phase >= (80 >> (sfc >> 1)))
426 unsigned int *syt_offset_state, enum cip_sfc sfc)
431 if (!cip_sfc_is_base_44100(sfc))
467 const enum cip_sfc sfc = s->sfc;
475 desc->syt_offset = calculate_syt_offset(&last, &state, sfc);
1780 entry = &initial_state[s->sfc];
2110 events_per_period = amdtp_rate_table[d->irq_target->sfc] / 100;
2115 amdtp_rate_table[d->irq_target->sfc]);
2122 amdtp_rate_table[d->irq_target->sfc]);