Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 6 of 6) sorted by relevance

/sound/soc/mediatek/mt8195/
Dmt8195-mt6359-rt1019-rt5682.c118 int phase; in mt8195_mt6359_mtkaif_calibration() local
156 for (phase = 0; in mt8195_mt6359_mtkaif_calibration()
157 phase <= mtkaif_calibration_num_phase && mtkaif_calibration_ok; in mt8195_mt6359_mtkaif_calibration()
158 phase++) { in mt8195_mt6359_mtkaif_calibration()
160 phase, phase, phase); in mt8195_mt6359_mtkaif_calibration()
197 if (phase == 0) { in mt8195_mt6359_mtkaif_calibration()
205 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_0] = phase - 1; in mt8195_mt6359_mtkaif_calibration()
211 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_1] = phase - 1; in mt8195_mt6359_mtkaif_calibration()
217 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_2] = phase - 1; in mt8195_mt6359_mtkaif_calibration()
/sound/soc/mediatek/mt8192/
Dmt8192-mt6359-rt1015-rt5682.c136 int phase; in mt8192_mt6359_mtkaif_calibration() local
169 for (phase = 0; in mt8192_mt6359_mtkaif_calibration()
170 phase <= afe_priv->mtkaif_calibration_num_phase && in mt8192_mt6359_mtkaif_calibration()
172 phase++) { in mt8192_mt6359_mtkaif_calibration()
174 phase, phase, phase); in mt8192_mt6359_mtkaif_calibration()
214 if (phase == 0) { in mt8192_mt6359_mtkaif_calibration()
222 afe_priv->mtkaif_chosen_phase[0] = phase - 1; in mt8192_mt6359_mtkaif_calibration()
228 afe_priv->mtkaif_chosen_phase[1] = phase - 1; in mt8192_mt6359_mtkaif_calibration()
234 afe_priv->mtkaif_chosen_phase[2] = phase - 1; in mt8192_mt6359_mtkaif_calibration()
/sound/firewire/
Damdtp-stream.c385 unsigned int phase = state; in pool_ideal_nonblocking_data_blocks() local
397 desc->data_blocks = 5 + ((phase & 1) ^ (phase == 0 || phase >= 40)); in pool_ideal_nonblocking_data_blocks()
400 desc->data_blocks = 11 * (sfc >> 1) + (phase == 0); in pool_ideal_nonblocking_data_blocks()
401 if (++phase >= (80 >> (sfc >> 1))) in pool_ideal_nonblocking_data_blocks()
402 phase = 0; in pool_ideal_nonblocking_data_blocks()
403 state = phase; in pool_ideal_nonblocking_data_blocks()
431 unsigned int phase = *syt_offset_state; in calculate_syt_offset() local
432 unsigned int index = phase % 13; in calculate_syt_offset()
436 phase == 146); in calculate_syt_offset()
437 if (++phase >= 147) in calculate_syt_offset()
[all …]
/sound/pci/ice1712/
DMakefile9 …revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya4…
/sound/usb/
Dendpoint.c158 unsigned int phase; in slave_next_packet_size() local
165 phase = (ep->phase & 0xffff) + (ep->freqm << ep->datainterval); in slave_next_packet_size()
166 ret = min(phase >> 16, ep->maxframesize); in slave_next_packet_size()
170 ep->phase = phase; in slave_next_packet_size()
1303 ep->phase = 0; in snd_usb_endpoint_set_params()
1473 ep->phase = 0; in snd_usb_endpoint_start()
Dcard.h115 unsigned int phase; /* phase accumulator */ member