Home
last modified time | relevance | path

Searched refs:numIntercepts (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/dev/ath/ath_hal/ar5212/
HDar2317.c276 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2317FillVpdTable() argument
286 if (numIntercepts < 2) in ar2317FillVpdTable()
290 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable()
294 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2317FillVpdTable()
295 idxL = numIntercepts - 2; /* extrapolate above */ in ar2317FillVpdTable()
HDar2413.c293 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2413FillVpdTable() argument
303 if (numIntercepts < 2) in ar2413FillVpdTable()
308 numIntercepts, &(idxL), &(idxR)); in ar2413FillVpdTable()
311 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2413FillVpdTable()
312 idxL = numIntercepts - 2; /* extrapolate above */ in ar2413FillVpdTable()
HDar2425.c294 uint16_t numIntercepts, in ar2425FillVpdTable() argument
305 if (numIntercepts < 2) in ar2425FillVpdTable()
310 numIntercepts, &(idxL), &(idxR)); in ar2425FillVpdTable()
313 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2425FillVpdTable()
314 idxL = numIntercepts - 2; /* extrapolate above */ in ar2425FillVpdTable()
HDar2316.c299 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2316FillVpdTable() argument
309 if (numIntercepts < 2) in ar2316FillVpdTable()
313 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable()
317 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2316FillVpdTable()
318 idxL = numIntercepts - 2; /* extrapolate above */ in ar2316FillVpdTable()
HDar5413.c336 uint16_t numIntercepts, in ar5413FillVpdTable() argument
347 if (numIntercepts < 2) in ar5413FillVpdTable()
352 numIntercepts, &(idxL), &(idxR)); in ar5413FillVpdTable()
355 if (idxL == (uint32_t)(numIntercepts - 1)) in ar5413FillVpdTable()
356 idxL = numIntercepts - 2; /* extrapolate above */ in ar5413FillVpdTable()
/trueos/sys/dev/ath/ath_hal/
HDah.c1308 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) in ath_ee_FillVpdTable() argument
1316 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable()
1320 if (idxL == numIntercepts - 1) in ath_ee_FillVpdTable()
1321 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */ in ath_ee_FillVpdTable()
HDah_internal.h972 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,