Searched refs:mtkaif_phase_cycle (Results 1 - 13 of 13) sorted by relevance

/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-dai-adda.c64 if (param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0] >=
65 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1]) {
68 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0] -
69 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1];
73 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1] -
74 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0];
85 if (param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_2] >=
86 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1]) {
89 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_2] -
90 param->mtkaif_phase_cycle[MT8195_MTKAIF_MISO_
[all...]
H A Dmt8195-afe-common.h118 int mtkaif_phase_cycle[MT8195_MTKAIF_MISO_NUM]; member in struct:mtkaif_param
H A Dmt8195-mt6359.c165 int mtkaif_phase_cycle[MT8195_MTKAIF_MISO_NUM]; local
178 param->mtkaif_phase_cycle[i] = 0;
180 mtkaif_phase_cycle[i] = 0;
248 mtkaif_phase_cycle[MT8195_MTKAIF_MISO_0] = prev_cycle_1;
254 mtkaif_phase_cycle[MT8195_MTKAIF_MISO_1] = prev_cycle_2;
260 mtkaif_phase_cycle[MT8195_MTKAIF_MISO_2] = prev_cycle_3;
306 param->mtkaif_phase_cycle[i] = mtkaif_phase_cycle[i];
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-dai-adda.c231 if (afe_priv->mtkaif_phase_cycle[0] >=
232 afe_priv->mtkaif_phase_cycle[1]) {
234 delay_cycle = afe_priv->mtkaif_phase_cycle[0] -
235 afe_priv->mtkaif_phase_cycle[1];
238 delay_cycle = afe_priv->mtkaif_phase_cycle[1] -
239 afe_priv->mtkaif_phase_cycle[0];
H A Dmt8183-afe-common.h89 int mtkaif_phase_cycle[4]; member in struct:mt8183_afe_private
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-dai-adda.c53 if (param->mtkaif_phase_cycle[MT8188_MTKAIF_MISO_0] >=
54 param->mtkaif_phase_cycle[MT8188_MTKAIF_MISO_1]) {
57 param->mtkaif_phase_cycle[MT8188_MTKAIF_MISO_0] -
58 param->mtkaif_phase_cycle[MT8188_MTKAIF_MISO_1];
62 param->mtkaif_phase_cycle[MT8188_MTKAIF_MISO_1] -
63 param->mtkaif_phase_cycle[MT8188_MTKAIF_MISO_0];
H A Dmt8188-afe-common.h118 int mtkaif_phase_cycle[MT8188_MTKAIF_MISO_NUM]; member in struct:mtkaif_param
H A Dmt8188-mt6359.c356 int mtkaif_phase_cycle[MT8188_MTKAIF_MISO_NUM]; local
376 param->mtkaif_phase_cycle[i] = 0;
378 mtkaif_phase_cycle[i] = 0;
451 mtkaif_phase_cycle[MT8188_MTKAIF_MISO_0] = prev_cycle_1;
457 mtkaif_phase_cycle[MT8188_MTKAIF_MISO_1] = prev_cycle_2;
494 param->mtkaif_phase_cycle[i] = mtkaif_phase_cycle[i];
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-adda.c381 if (afe_priv->mtkaif_phase_cycle[0] >=
382 afe_priv->mtkaif_phase_cycle[1]) {
384 delay_cycle = afe_priv->mtkaif_phase_cycle[0] -
385 afe_priv->mtkaif_phase_cycle[1];
388 delay_cycle = afe_priv->mtkaif_phase_cycle[1] -
389 afe_priv->mtkaif_phase_cycle[0];
405 if (afe_priv->mtkaif_phase_cycle[2] >=
406 afe_priv->mtkaif_phase_cycle[1]) {
408 delay_cycle = afe_priv->mtkaif_phase_cycle[2] -
409 afe_priv->mtkaif_phase_cycle[
[all...]
H A Dmt8192-afe-common.h145 int mtkaif_phase_cycle[4]; member in struct:mt8192_afe_private
H A Dmt8192-mt6359-rt1015-rt5682.c243 afe_priv->mtkaif_phase_cycle[0] = prev_cycle_1;
249 afe_priv->mtkaif_phase_cycle[1] = prev_cycle_2;
255 afe_priv->mtkaif_phase_cycle[2] = prev_cycle_3;
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-adda.c261 if (afe_priv->mtkaif_phase_cycle[0] >=
262 afe_priv->mtkaif_phase_cycle[1]) {
264 delay_cycle = afe_priv->mtkaif_phase_cycle[0] -
265 afe_priv->mtkaif_phase_cycle[1];
268 delay_cycle = afe_priv->mtkaif_phase_cycle[1] -
269 afe_priv->mtkaif_phase_cycle[0];
H A Dmt8186-afe-common.h165 int mtkaif_phase_cycle[4]; member in struct:mt8186_afe_private

Completed in 132 milliseconds