Home
last modified time | relevance | path

Searched refs:prevFound (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/mmc/sdhci/
H A Dsdhci.c1443 bool prevFound = false; in SdhciTune() local
1462 if (prevFound == true && found == false) { in SdhciTune()
1464 } else if (prevFound == false && found == true) { in SdhciTune()
1470 prevFound = found; in SdhciTune()
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H A Dhimci.c1464 bool prevFound = false; in HimciTune() local
1486 if (prevFound == true && found == false) { in HimciTune()
1488 } else if (prevFound == false && found == true) { in HimciTune()
1495 prevFound = found; in HimciTune()

Completed in 6 milliseconds