Home
last modified time | relevance | path

Searched refs:tmpMin (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp172 std::string tmpMin{}; in verify() local
176 tmpMin = min; in verify()
199 entry("MIN_VERSION=%s", tmpMin.c_str()), in verify()
/openbmc/linux/drivers/media/tuners/
H A Dmt2063.c574 s32 tmpMin, tmpMax; in MT2063_ChooseFirstIF() local
607 tmpMin = in MT2063_ChooseFirstIF()
617 if ((tmpMin < 0) && (tmpMax > 0)) in MT2063_ChooseFirstIF()
621 if ((j > 0) && (tmpMin < zones[j - 1].max_)) in MT2063_ChooseFirstIF()
625 zones[j].min_ = tmpMin; in MT2063_ChooseFirstIF()