Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar2316.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()
H A Dar2317.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()
H A Dar2413.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()
H A Dar2425.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()
H A Dar5413.c335 uint16_t numIntercepts, in ar5413FillVpdTable() argument
346 if (numIntercepts < 2) in ar5413FillVpdTable()
351 numIntercepts, &(idxL), &(idxR)); in ar5413FillVpdTable()
354 if (idxL == (uint32_t)(numIntercepts - 1)) in ar5413FillVpdTable()
355 idxL = numIntercepts - 2; /* extrapolate above */ in ar5413FillVpdTable()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1417 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) in ath_ee_FillVpdTable() argument
1425 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable()
1429 if (idxL == numIntercepts - 1) in ath_ee_FillVpdTable()
1430 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */ in ath_ee_FillVpdTable()
H A Dah_internal.h978 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,