Home
last modified time | relevance | path

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

/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp33 maxIndex in readCPU() enumerator
44 std::size_t timeData[CPUStatsIndex::maxIndex] = {0}; in readCPU()
56 for (auto idx = 0; idx < CPUStatsIndex::maxIndex; idx++) in readCPU()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Deeprom.c487 u16 sizeCurrVpdTable, maxIndex, tgtIndex; in ath9k_hw_get_gain_boundaries_pdadcs() local
632 maxIndex = (tgtIndex < sizeCurrVpdTable) ? in ath9k_hw_get_gain_boundaries_pdadcs()
635 while ((ss < maxIndex) && (k < (AR5416_NUM_PDADC_VALUES - 1))) { in ath9k_hw_get_gain_boundaries_pdadcs()
643 if (tgtIndex >= maxIndex) { in ath9k_hw_get_gain_boundaries_pdadcs()
647 (ss - maxIndex + 1) * vpdStep)); in ath9k_hw_get_gain_boundaries_pdadcs()