Searched refs:phase (Results 1 – 7 of 7) sorted by relevance
158 int phase; in mt8192_mt6359_mtkaif_calibration() local189 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()
173 int phase; in mt8195_mt6359_mtkaif_calibration() local201 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()
377 int phase; in mt8188_mt6359_mtkaif_calibration() local423 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()
398 unsigned int phase = state; in pool_ideal_nonblocking_data_blocks() local410 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() local445 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 …]
9 …revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hifi.o juli.o phase.o wtm.o se.o maya4…
167 unsigned int phase; in slave_next_packet_size() local174 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()
116 unsigned int phase; /* phase accumulator */ member
Completed in 33 milliseconds