Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar2425.c296 uint16_t numIntercepts, in ar2425FillVpdTable() argument
307 if (numIntercepts < 2) in ar2425FillVpdTable()
312 numIntercepts, &(idxL), &(idxR)); in ar2425FillVpdTable()
315 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2425FillVpdTable()
316 idxL = numIntercepts - 2; /* extrapolate above */ in ar2425FillVpdTable()
Dar2316.c301 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2316FillVpdTable() argument
311 if (numIntercepts < 2) in ar2316FillVpdTable()
315 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2316FillVpdTable()
319 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2316FillVpdTable()
320 idxL = numIntercepts - 2; /* extrapolate above */ in ar2316FillVpdTable()
Dar2413.c295 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2413FillVpdTable() argument
305 if (numIntercepts < 2) in ar2413FillVpdTable()
310 numIntercepts, &(idxL), &(idxR)); in ar2413FillVpdTable()
313 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2413FillVpdTable()
314 idxL = numIntercepts - 2; /* extrapolate above */ in ar2413FillVpdTable()
Dar2317.c278 uint16_t numIntercepts, uint16_t retVpdList[][64]) in ar2317FillVpdTable() argument
288 if (numIntercepts < 2) in ar2317FillVpdTable()
292 GetLowerUpperIndex(currPwr, pwrList, numIntercepts, in ar2317FillVpdTable()
296 if (idxL == (uint32_t)(numIntercepts - 1)) in ar2317FillVpdTable()
297 idxL = numIntercepts - 2; /* extrapolate above */ in ar2317FillVpdTable()
Dar5413.c337 uint16_t numIntercepts, in ar5413FillVpdTable() argument
348 if (numIntercepts < 2) in ar5413FillVpdTable()
353 numIntercepts, &(idxL), &(idxR)); in ar5413FillVpdTable()
356 if (idxL == (uint32_t)(numIntercepts - 1)) in ar5413FillVpdTable()
357 idxL = numIntercepts - 2; /* extrapolate above */ in ar5413FillVpdTable()
/freebsd-12-stable/sys/dev/ath/ath_hal/
Dah.c1419 uint8_t *pVpdList, uint16_t numIntercepts, uint8_t *pRetVpdList) in ath_ee_FillVpdTable() argument
1427 ath_ee_getLowerUpperIndex(currPwr, pPwrList, numIntercepts, in ath_ee_FillVpdTable()
1431 if (idxL == numIntercepts - 1) in ath_ee_FillVpdTable()
1432 idxL = (uint16_t)(numIntercepts - 2); /* extrapolate above */ in ath_ee_FillVpdTable()
Dah_internal.h980 uint8_t *pPwrList, uint8_t *pVpdList, uint16_t numIntercepts,