Lines Matching defs:sfc
276 unsigned int sfc;
278 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) {
279 if (amdtp_rate_table[sfc] == rate)
282 if (sfc == ARRAY_SIZE(amdtp_rate_table))
285 s->sfc = sfc;
287 s->syt_interval = amdtp_syt_intervals[sfc];
344 unsigned int syt_interval, enum cip_sfc sfc)
357 if (!cip_sfc_is_base_44100(sfc)) {
371 if (sfc == CIP_SFC_44100)
377 data_blocks = 11 * (sfc >> 1) + (phase == 0);
378 if (++phase >= (80 >> (sfc >> 1)))
388 unsigned int *syt_offset_state, enum cip_sfc sfc)
393 if (!cip_sfc_is_base_44100(sfc))
949 &d->syt_offset_state, irq_target->sfc);
953 irq_target->syt_interval, irq_target->sfc);
1425 events_per_period = amdtp_rate_table[d->irq_target->sfc] / 100;
1430 amdtp_rate_table[d->irq_target->sfc]);
1438 entry = &initial_state[s->sfc];
1496 amdtp_rate_table[d->irq_target->sfc]);