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