Lines Matching refs:sfc
195 unsigned int sfc; in amdtp_stream_set_parameters() local
197 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) { in amdtp_stream_set_parameters()
198 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters()
201 if (sfc == ARRAY_SIZE(amdtp_rate_table)) in amdtp_stream_set_parameters()
204 s->sfc = sfc; in amdtp_stream_set_parameters()
206 s->syt_interval = amdtp_syt_intervals[sfc]; in amdtp_stream_set_parameters()
265 if (!cip_sfc_is_base_44100(s->sfc)) { in calculate_data_blocks()
279 if (s->sfc == CIP_SFC_44100) in calculate_data_blocks()
285 data_blocks = 11 * (s->sfc >> 1) + (phase == 0); in calculate_data_blocks()
286 if (++phase >= (80 >> (s->sfc >> 1))) in calculate_data_blocks()
301 if (!cip_sfc_is_base_44100(s->sfc)) in calculate_syt()
721 s->data_block_state = initial_state[s->sfc].data_block; in amdtp_stream_start()
722 s->syt_offset_state = initial_state[s->sfc].syt_offset; in amdtp_stream_start()