Home
last modified time | relevance | path

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

/sound/soc/mediatek/mt8192/
A Dmt8192-mt6359-rt1015-rt5682.c158 int phase; in mt8192_mt6359_mtkaif_calibration() local
189 for (phase = 0; in mt8192_mt6359_mtkaif_calibration()
190 phase <= afe_priv->mtkaif_calibration_num_phase && in mt8192_mt6359_mtkaif_calibration()
192 phase++) { in mt8192_mt6359_mtkaif_calibration()
194 phase, phase, phase); in mt8192_mt6359_mtkaif_calibration()
234 if (phase == 0) { in mt8192_mt6359_mtkaif_calibration()
242 afe_priv->mtkaif_chosen_phase[0] = phase - 1; in mt8192_mt6359_mtkaif_calibration()
248 afe_priv->mtkaif_chosen_phase[1] = phase - 1; in mt8192_mt6359_mtkaif_calibration()
254 afe_priv->mtkaif_chosen_phase[2] = phase - 1; in mt8192_mt6359_mtkaif_calibration()
/sound/soc/mediatek/mt8195/
A Dmt8195-mt6359.c173 int phase; in mt8195_mt6359_mtkaif_calibration() local
201 for (phase = 0; in mt8195_mt6359_mtkaif_calibration()
202 phase <= mtkaif_calibration_num_phase && mtkaif_calibration_ok; in mt8195_mt6359_mtkaif_calibration()
203 phase++) { in mt8195_mt6359_mtkaif_calibration()
205 phase, phase, phase); in mt8195_mt6359_mtkaif_calibration()
242 if (phase == 0) { in mt8195_mt6359_mtkaif_calibration()
250 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_0] = phase - 1; in mt8195_mt6359_mtkaif_calibration()
256 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_1] = phase - 1; in mt8195_mt6359_mtkaif_calibration()
262 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_2] = phase - 1; in mt8195_mt6359_mtkaif_calibration()
/sound/soc/mediatek/mt8188/
A Dmt8188-mt6359.c377 int phase; in mt8188_mt6359_mtkaif_calibration() local
423 for (phase = 0; in mt8188_mt6359_mtkaif_calibration()
424 phase <= mtkaif_calibration_num_phase && mtkaif_calibration_ok; in mt8188_mt6359_mtkaif_calibration()
425 phase++) { in mt8188_mt6359_mtkaif_calibration()
427 phase, phase, phase); in mt8188_mt6359_mtkaif_calibration()
459 if (phase == 0) { in mt8188_mt6359_mtkaif_calibration()
466 mtkaif_chosen_phase[MT8188_MTKAIF_MISO_0] = phase - 1; in mt8188_mt6359_mtkaif_calibration()
472 mtkaif_chosen_phase[MT8188_MTKAIF_MISO_1] = phase - 1; in mt8188_mt6359_mtkaif_calibration()
/sound/firewire/
A Damdtp-stream.c398 unsigned int phase = state; in pool_ideal_nonblocking_data_blocks() local
410 desc->data_blocks = 5 + ((phase & 1) ^ (phase == 0 || phase >= 40)); in pool_ideal_nonblocking_data_blocks()
414 if (++phase >= (80 >> (sfc >> 1))) in pool_ideal_nonblocking_data_blocks()
415 phase = 0; in pool_ideal_nonblocking_data_blocks()
416 state = phase; in pool_ideal_nonblocking_data_blocks()
444 unsigned int phase = *syt_offset_state; in calculate_syt_offset() local
445 unsigned int index = phase % 13; in calculate_syt_offset()
449 phase == 146); in calculate_syt_offset()
450 if (++phase >= 147) in calculate_syt_offset()
451 phase = 0; in calculate_syt_offset()
[all …]
/sound/pci/ice1712/
A 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/
A Dendpoint.c167 unsigned int phase; in slave_next_packet_size() local
174 phase = (ep->phase & 0xffff) + (ep->freqm << ep->datainterval); in slave_next_packet_size()
175 ret = min(phase >> 16, ep->maxframesize); in slave_next_packet_size()
179 ep->phase = phase; in slave_next_packet_size()
1394 ep->phase = 0; in snd_usb_endpoint_set_params()
1593 ep->phase = 0; in snd_usb_endpoint_start()
A Dcard.h116 unsigned int phase; /* phase accumulator */ member

Completed in 33 milliseconds