Searched refs:test_done_2 (Results 1 - 3 of 3) sorted by path

/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c353 u8 test_done_1, test_done_2; local
416 test_done_2 = 0;
422 while (!(test_done_1 & test_done_2)) {
426 test_done_2 = FIELD_GET(TEST_MISO_DONE_2, monitor);
431 if (test_done_2 == 1)
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-mt6359-rt1015-rt5682.c160 int test_done_1, test_done_2, test_done_3; local
200 test_done_2 = 0;
207 test_done_2 == 0 ||
213 test_done_2 = (monitor >> 29) & 0x1;
218 if (test_done_2 == 1)
/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-mt6359.c162 int test_done_1, test_done_2, test_done_3; local
208 test_done_2 = 0;
214 while (!(test_done_1 & test_done_2 & test_done_3)) {
218 test_done_2 = (monitor >> 29) & 0x1;
223 if (test_done_2 == 1)

Completed in 222 milliseconds