Lines Matching defs:sfc
283 unsigned int sfc;
285 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) {
286 if (amdtp_rate_table[sfc] == rate)
289 if (sfc == ARRAY_SIZE(amdtp_rate_table))
292 s->sfc = sfc;
294 s->syt_interval = amdtp_syt_intervals[sfc];
380 const enum cip_sfc sfc = s->sfc;
387 if (!cip_sfc_is_base_44100(sfc)) {
401 if (sfc == CIP_SFC_44100)
406 desc->data_blocks = 11 * (sfc >> 1) + (phase == 0);
407 if (++phase >= (80 >> (sfc >> 1)))
419 unsigned int *syt_offset_state, enum cip_sfc sfc)
424 if (!cip_sfc_is_base_44100(sfc))
460 const enum cip_sfc sfc = s->sfc;
468 desc->syt_offset = calculate_syt_offset(&last, &state, sfc);
1751 entry = &initial_state[s->sfc];
2088 events_per_period = amdtp_rate_table[d->irq_target->sfc] / 100;
2093 amdtp_rate_table[d->irq_target->sfc]);
2100 amdtp_rate_table[d->irq_target->sfc]);