Home
last modified time | relevance | path

Searched refs:mtkaif_phase_cycle (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/sound/soc/mediatek/mt8195/
Dmt8195-dai-adda.c148 if (param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0] >= in mt8195_adda_mtkaif_init()
149 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1]) { in mt8195_adda_mtkaif_init()
152 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0] - in mt8195_adda_mtkaif_init()
153 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1]; in mt8195_adda_mtkaif_init()
157 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1] - in mt8195_adda_mtkaif_init()
158 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0]; in mt8195_adda_mtkaif_init()
169 if (param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_2] >= in mt8195_adda_mtkaif_init()
170 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1]) { in mt8195_adda_mtkaif_init()
173 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_2] - in mt8195_adda_mtkaif_init()
174 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1]; in mt8195_adda_mtkaif_init()
[all …]
Dmt8195-mt6359.c151 int mtkaif_phase_cycle[MT8195_MTKAIF_MISO_NUM]; in mt8195_mt6359_mtkaif_calibration() local
164 param->mtkaif_phase_cycle[i] = 0; in mt8195_mt6359_mtkaif_calibration()
166 mtkaif_phase_cycle[i] = 0; in mt8195_mt6359_mtkaif_calibration()
234 mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0] = prev_cycle_1; in mt8195_mt6359_mtkaif_calibration()
240 mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1] = prev_cycle_2; in mt8195_mt6359_mtkaif_calibration()
246 mtkaif_phase_cycle[MT8195_MTKAIF_MISO_2] = prev_cycle_3; in mt8195_mt6359_mtkaif_calibration()
292 param->mtkaif_phase_cycle[i] = mtkaif_phase_cycle[i]; in mt8195_mt6359_mtkaif_calibration()
Dmt8195-afe-common.h118 int mtkaif_phase_cycle[MT8195_MTKAIF_MISO_NUM]; member
/linux-5.19.10/sound/soc/mediatek/mt8183/
Dmt8183-dai-adda.c315 if (afe_priv->mtkaif_phase_cycle[0] >= in set_mtkaif_rx()
316 afe_priv->mtkaif_phase_cycle[1]) { in set_mtkaif_rx()
318 delay_cycle = afe_priv->mtkaif_phase_cycle[0] - in set_mtkaif_rx()
319 afe_priv->mtkaif_phase_cycle[1]; in set_mtkaif_rx()
322 delay_cycle = afe_priv->mtkaif_phase_cycle[1] - in set_mtkaif_rx()
323 afe_priv->mtkaif_phase_cycle[0]; in set_mtkaif_rx()
Dmt8183-afe-common.h89 int mtkaif_phase_cycle[4]; member
/linux-5.19.10/sound/soc/mediatek/mt8192/
Dmt8192-dai-adda.c472 if (afe_priv->mtkaif_phase_cycle[0] >= in mtk_adda_mtkaif_cfg_event()
473 afe_priv->mtkaif_phase_cycle[1]) { in mtk_adda_mtkaif_cfg_event()
475 delay_cycle = afe_priv->mtkaif_phase_cycle[0] - in mtk_adda_mtkaif_cfg_event()
476 afe_priv->mtkaif_phase_cycle[1]; in mtk_adda_mtkaif_cfg_event()
479 delay_cycle = afe_priv->mtkaif_phase_cycle[1] - in mtk_adda_mtkaif_cfg_event()
480 afe_priv->mtkaif_phase_cycle[0]; in mtk_adda_mtkaif_cfg_event()
496 if (afe_priv->mtkaif_phase_cycle[2] >= in mtk_adda_mtkaif_cfg_event()
497 afe_priv->mtkaif_phase_cycle[1]) { in mtk_adda_mtkaif_cfg_event()
499 delay_cycle = afe_priv->mtkaif_phase_cycle[2] - in mtk_adda_mtkaif_cfg_event()
500 afe_priv->mtkaif_phase_cycle[1]; in mtk_adda_mtkaif_cfg_event()
[all …]
Dmt8192-afe-common.h145 int mtkaif_phase_cycle[4]; member
Dmt8192-mt6359-rt1015-rt5682.c228 afe_priv->mtkaif_phase_cycle[0] = prev_cycle_1; in mt8192_mt6359_mtkaif_calibration()
234 afe_priv->mtkaif_phase_cycle[1] = prev_cycle_2; in mt8192_mt6359_mtkaif_calibration()
240 afe_priv->mtkaif_phase_cycle[2] = prev_cycle_3; in mt8192_mt6359_mtkaif_calibration()