Searched refs:mtkaif_chosen_phase (Results 1 - 10 of 10) sorted by relevance

/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-mt6359-rt1015-rt5682.c185 afe_priv->mtkaif_chosen_phase[0] = -1;
186 afe_priv->mtkaif_chosen_phase[1] = -1;
187 afe_priv->mtkaif_chosen_phase[2] = -1;
241 afe_priv->mtkaif_chosen_phase[0] < 0) {
242 afe_priv->mtkaif_chosen_phase[0] = phase - 1;
247 afe_priv->mtkaif_chosen_phase[1] < 0) {
248 afe_priv->mtkaif_chosen_phase[1] = phase - 1;
253 afe_priv->mtkaif_chosen_phase[2] < 0) {
254 afe_priv->mtkaif_chosen_phase[2] = phase - 1;
261 if (afe_priv->mtkaif_chosen_phase[
[all...]
H A Dmt8192-afe-common.h144 int mtkaif_chosen_phase[4]; member in struct:mt8192_afe_private
H A Dmt8192-dai-adda.c355 (afe_priv->mtkaif_chosen_phase[0] < 0 ||
356 afe_priv->mtkaif_chosen_phase[1] < 0)) {
358 "%s(), mtkaif_chosen_phase[0/1]:%d/%d\n",
360 afe_priv->mtkaif_chosen_phase[0],
361 afe_priv->mtkaif_chosen_phase[1]);
364 afe_priv->mtkaif_chosen_phase[2] < 0) {
366 "%s(), mtkaif_chosen_phase[2]:%d\n",
368 afe_priv->mtkaif_chosen_phase[2]);
/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c164 int mtkaif_chosen_phase[MT8195_MTKAIF_MISO_NUM]; local
177 param->mtkaif_chosen_phase[i] = -1;
179 mtkaif_chosen_phase[i] = -1;
246 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_0] < 0) {
247 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_0] = phase - 1;
252 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_1] < 0) {
253 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_1] = phase - 1;
258 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_2] < 0) {
259 mtkaif_chosen_phase[MT8195_MTKAIF_MISO_2] = phase - 1;
266 if (mtkaif_chosen_phase[MT8195_MTKAIF_MISO_
[all...]
H A Dmt8195-afe-common.h117 int mtkaif_chosen_phase[MT8195_MTKAIF_MISO_NUM]; member in struct:mtkaif_param
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-afe-common.h88 int mtkaif_chosen_phase[4]; member in struct:mt8183_afe_private
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c355 int mtkaif_chosen_phase[MT8188_MTKAIF_MISO_NUM]; local
375 param->mtkaif_chosen_phase[i] = -1;
377 mtkaif_chosen_phase[i] = -1;
449 mtkaif_chosen_phase[MT8188_MTKAIF_MISO_0] < 0) {
450 mtkaif_chosen_phase[MT8188_MTKAIF_MISO_0] = phase - 1;
455 mtkaif_chosen_phase[MT8188_MTKAIF_MISO_1] < 0) {
456 mtkaif_chosen_phase[MT8188_MTKAIF_MISO_1] = phase - 1;
462 if (mtkaif_chosen_phase[MT8188_MTKAIF_MISO_0] >= 0 &&
463 mtkaif_chosen_phase[MT8188_MTKAIF_MISO_1] >= 0)
467 if (mtkaif_chosen_phase[MT8188_MTKAIF_MISO_
[all...]
H A Dmt8188-afe-common.h117 int mtkaif_chosen_phase[MT8188_MTKAIF_MISO_NUM]; member in struct:mtkaif_param
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-dai-adda.c239 if (afe_priv->mtkaif_chosen_phase[0] < 0 &&
240 afe_priv->mtkaif_chosen_phase[1] < 0) {
242 "%s(), calib fail mtkaif_chosen_phase[0/1]:%d/%d\n",
244 afe_priv->mtkaif_chosen_phase[0],
245 afe_priv->mtkaif_chosen_phase[1]);
249 if (afe_priv->mtkaif_chosen_phase[0] < 0 ||
250 afe_priv->mtkaif_chosen_phase[1] < 0) {
252 "%s(), skip delay setting mtkaif_chosen_phase[0/1]:%d/%d\n",
254 afe_priv->mtkaif_chosen_phase[0],
255 afe_priv->mtkaif_chosen_phase[
[all...]
H A Dmt8186-afe-common.h164 int mtkaif_chosen_phase[4]; member in struct:mt8186_afe_private

Completed in 127 milliseconds